Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add a listbox to a grid in ASP.net
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00903333
Message ID:
00903575
Views:
19
I assume u want to display the listbox while you are editing the grid correct? Define the edittemplate with the dropdown and the lookupid and eventually rowid and for the dropdown control, set datasource to a function that retrieves the data , for example DataSource='<%#GetmyData(myiD)%>

You can access the props of the listbox either at runtime by getting a reference to the control (e.Item.FindControl(listobxid)) or at design time , if you choose to edit the template.
Previous
Reply
Map
View

Click here to load this message in the networking platform