Hi,
I have a gridview with 4 columns: one bound (label) column and 3 template columns. The template columns have radio button lists in.
I also have a dropdown list at the top of the page which autoposts back, in order to change the data in the gridview.
EnableViewstate is true, but ViewStateMode is disabled. The GV is in an update panel.
My problem is this. When I change the ddl, the bound fields change their value, but the radio button lists don't.
For the radio button lists, their selected value is set by a function in the code behind which checks for null value. I have checked the values received and returned by this function, and they are getting the correct new data, and sending back what the selected
values should be, but the radio button list selections are not changing or reflecting these values on the page.
I've not had this before - can anyone explain why this is?
thanks
Go to the complete details ...