Best Tutorials website


Custom Rendered Controls

Custom Rendered Controls

System.Web.UI.Page manages a list of server-side controls, and it's the job of each server-side control to render a particular portion of the page. ASP.NET broadly classifies server-side controls into two categories:

Rendering controls (controls that completely manage the rendering process)

Composite controls (multiple server-side controls bundled into a single unit)

This tutorial focuses on the first type: custom rendered controls. We'll see how the control works once it's part of a Web page. Along the way we'll cover topics such as how controls manage events and how they detect the differences in client browsers.




Views: 757 | Rating star | by Adam




View this tutorial
Broken link Report broken link?