V
vijay_kerji
Any Help is appreciated!
I have a datagrid with Drop down list and a remove hyperlink as two
columns.
When I remove the row of the datagrid by clicking on the remove
column,Dropdown list is mentaining its previous state.
i.e Removed dropdownlist's selected value is applied to the next
datagrid item's dropdown list.
DATAGRID
---------------------------------------------------------
"Remove" | "<DropDownList1>"
---------------------------------------------------------
"Remove" | "<DropDownList2>""
When the first row is removed, "DropDownList2" becomes
"DropDownList1"!!!
How to solve this problem?
Thanks
Vijay
I have a datagrid with Drop down list and a remove hyperlink as two
columns.
When I remove the row of the datagrid by clicking on the remove
column,Dropdown list is mentaining its previous state.
i.e Removed dropdownlist's selected value is applied to the next
datagrid item's dropdown list.
DATAGRID
---------------------------------------------------------
"Remove" | "<DropDownList1>"
---------------------------------------------------------
"Remove" | "<DropDownList2>""
When the first row is removed, "DropDownList2" becomes
"DropDownList1"!!!
How to solve this problem?
Thanks
Vijay