Quick Start Tutorial Custom Control from ASP.NET (2)
Directory: 1. Development Template Control 2. Development Template Data Binding Control 3. Example 4. Overrive control analysis 5. Define custom control generator
'------------------------------------- -------------------------------------------------- ----1. Development template control
ASP.NET Page Framework allows control developers to separate the user interface with control logically with controls by using template creation. The page developer can customize the display of the control by providing the UI to the parameters between the template tag. The template control has an attribute of one or more types to system.web.ui.Itemplate: public property
EXP '*********************************************************** *********************************************************** ***** 'template1.aspx <% @ register tagprefix = "templatecontrolsamples" namespace = "templatecontrolsamplesvb"