December 2002
Beginner
624 pages
12h 9m
English
IN THIS CHAPTER
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 ...