Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Databind a dropdownlist
Message
 
À
18/04/2002 08:33:53
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00646268
Message ID:
00647575
Vues:
16
First load your query into a data set, then:

ddlPrgMgr.DataSource = dsSomeDataSet;
ddlPrgMgr.DataTextField = "SomeFieldinDataSet";
ddlPrgMgr.DataBind();

Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform