Topic: Article : A Crash Course on Custom ASP.NET Data-bound Controls (Read 429 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Sep 13, 2005, 05:10:53 PM »
Data-bound controls require a data source property and a set of string properties that link to particular columns of the data source. In addition, they need an Items collection property to track all the building blocks of the control's user interface. Finally, a well-done data-bound control supports styles and custom events.