gridview help
-
i have a panel, in which i have a gridview control. gridview control has a RadioButtonList with items Ignore and Update, in which Ignore is selected by default. if i change the selection to update and check the selected value it resets to Ignore again. i have checked with all possible properties of the control. i dont want the selection to be reset. code is as below: Ignore Update
-
i have a panel, in which i have a gridview control. gridview control has a RadioButtonList with items Ignore and Update, in which Ignore is selected by default. if i change the selection to update and check the selected value it resets to Ignore again. i have checked with all possible properties of the control. i dont want the selection to be reset. code is as below: Ignore Update
try the property of radio button Group Name. Thats u need to put GroupName="Select" in both the tag. Hope this solves ur problem...