Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
ShadowsOfTheBeast #1
Binding a datagrid to a listbox
hi all
thanks for your help i kinda figured that out minutes
afterwards...but what i am actually trying to do is this:
i have a listbox control that gets its data from another listbox (hence gets
a subset by selecting from the first list box) and i have a datagrid which
has a template column and a bound column, i want to bind the bound column to
this second listbox and then its template column implements a dropdownlist
for every bound column item, now this dropdownlist (in the template column of
the datagrid) i want to bind it to a dataset's datatable
I have already created a dropdownlist that gets the data from a dataset but
how do i implement this whithin the datagrid in a
<templatecolumn><itemTemplate>
i cant seem to do this can you please help?
ShadowsOfTheBeast Guest
-
Add text from listbox into datagrid column
Hi Can anyone help me. I've a datagrid with 3 columns which are employeeID, name and age in form1. I've another form, form2 which list the... -
problem with listbox and button in edititemtemplate datagrid
I have a problem. When I click in edit datagrid button I show two listbox and two button. I use two button to move data between two listbox. My... -
Binding custom object to a listbox
I have a class I wish to enter into a listbox public Class AnswerListItem Public Answer As String Public Order As integer End Class Here... -
DataGrid and ListBox problem...
Hello All, I am trying build a web form with a listbox and datagrid on it. 1. I have a dataset into which I load an xml file using ReadXml()... -
Adding listbox in DataGrid item
How do I add list box in the DataGrid, when I bring mouse over that item it should display those listitem. Also, I need to select those item list....



Reply With Quote

