Home ASP.NET Custom Rendered Controls

ASP.NET - Custom Rendered Controls


After completing this tutorial, you will be able to
  • Add a new project to the existing project within a Visual Studio solution file
  • Create a server-side control that renders custom HTML
  • Add a server-side control to the Visual Studio toolbox
  • Place a server-side control on a Web form
  • Manage events within the control
  • Use ASP.NET to detect differences in client browsers and apply that information
This tutorial focuses 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.

Next