How to render content in custom control(dev6.cn)
submitted by
wangfeng(10) 3 years, 4 months ago
When you develop a custom control you may override Render() method that is defined by System.Web.UI.Control class.You can change the output in two ways.
1. use RenderBeginTag() and RenderEndTag() methods
2. user WriteBeginTag() method
|category: ASP.NET
|Views: 29
tags:
ASP.NET another
Everyones tags:
Your Tags: