0
kicks
How to render content in custom control
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