Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bind data for Dropdownlist in Grid View?
Message
From
03/10/2006 01:10:00
 
 
To
02/10/2006 14:00:49
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01152715
Message ID:
01158764
Views:
27
No reply yet. I used some tricks to solve the problem. In order to do so, 2 template fields are needed for a single field. The first is bind to the BO (Label), and the second is for the dropdownlist(no binding).Use DataSource,DataTextField and DataValueField to get the items for Dropdownlist, and set the selected item based on the value in Label. Hope that helps you. :)
Previous
Reply
Map
View

Click here to load this message in the networking platform