Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Custom Data Bound Controls
Message
General information
Forum:
ASP.NET
Category:
Class design
Title:
Creating Custom Data Bound Controls
Miscellaneous
Thread ID:
01436389
Message ID:
01436389
Views:
104
I have been researching this, and all the examples tell you basically how to drop a data control onto a user control and set the DataSource/DataMember controls via a property.

I want to create my own specialized list control, with my own DataSource and DataMember properties, and when set, have one instance of a row object mapped to a row in a data table.

My first thought was to loop through all the rows in the table and for each row add a row to the list.

Is there a dynamic way to do this?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform