Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Have a dropdown box display Field names
Message
From
17/03/2004 16:05:34
 
 
To
17/03/2004 12:11:03
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00885766
Message ID:
00887251
Views:
14
>Hi Bob,
>
> DropDownList1.DataSource = Me.lafldnames
> Response.Write(lafldnames(0))
> DropDownList1.DataBind()

What type is lafldnames? If it is a single dimenstion array then this should work. If not, you have to populate DropDownList1.DataTextField, but I'm not sure what to put in it for an array. For an array list I would put the indexer name.

Anyone?

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform