Chapter 22. Creating Custom Web Form Controls

In this chapter, you will learn how to extend the ASP.NET Framework with your own custom Web Form controls. You learn how to create the same type of controls that Microsoft developed for the ASP.NET Framework, like the TextBox and DataGrid controls.

By the end of this chapter, you’ll understand how to

  • Create non-composite Web Form controls that render any content that you please

  • Create composite controls built from combining existing Web Form controls

  • Add Designer support to your ...

Get ASP.NET Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.