Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section contains two samples. The first demonstrates how to implement collection properties in server controls. The second shows how to implement a custom collection editor that allows items of a given type to be added to a collection at design time.
Web Control Collection Property Example
Demonstrates how to implement collection properties in server controls.Collection Editor Example
Demonstrates how to implement a custom collection editor that allows items of a given type to be added to a collection at design time.
Developing Custom ASP.NET Server Controls
Describes how to develop ASP.NET server controls.Server Control Simple Properties and Subproperties
Demonstrates how to implement simple properties and subproperties in server controls.