Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlDataReader Data Class Question
Message
De
28/10/2004 16:41:27
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Versions des environnements
Environment:
C# 1.1
OS:
Windows 2000 SP3
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00954923
Message ID:
00955499
Vues:
18
Try the following, by the way, I program in VB.NET so my C# syntax may be off.


dim objReader as sqlDataReader

objReader = ScrapDB.GetUsers();
DdlUsers.DataSource = objReader;
DdlUsers.DataTextField = “UsersID”;
DdlUsers.DataBind();

objReader.Close;
Randy Belcher
AFG Industries, Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform