Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Custom Data Bound Controls
Message
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Titre:
Creating Custom Data Bound Controls
Divers
Thread ID:
01436389
Message ID:
01436389
Vues:
105
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform