C
c_shah
I have a data bound repeater control; in the item template of the
repeater I have two checkbox, dropdown list and a button (ASP.net
controls). When that button is clicked it goes to another page..when I
hit back button on the browser all the conrols status is getting lost
(checkboxes is loosing its checked status)
I have enable viewstate for the page level using
EnableViewState="true" also all the controls have their viewstate
enabled.
Is there a way to debug this?
I do databinding on page_load event only if page is not post back
repeater I have two checkbox, dropdown list and a button (ASP.net
controls). When that button is clicked it goes to another page..when I
hit back button on the browser all the conrols status is getting lost
(checkboxes is loosing its checked status)
I have enable viewstate for the page level using
EnableViewState="true" also all the controls have their viewstate
enabled.
Is there a way to debug this?
I do databinding on page_load event only if page is not post back