Hi Everyone,
I have a data grid view bounded to a table ItemsList.
In table I have columns "Items" and "category".
I am displaying Items in Combo box of data grid.
When I am selecting Item in combo box I want to update the category of selected item as text (label) in same data grid view.
Thanks in advance
Loading
Roei BarPosted Oct 14, 2009, 9:42 AM
AutoPostBack
and
an event on the selectedItem_Change
change the category by the Cell.RowIndex on the ColumnIndex of the Category Label