Maintain state of radiobuttons while paging in gridview control
-
Hi, I want to maintain state of radiobuttons while paging in gridview control.Is there any solution plz reply me asap. Thanks
Farogh Haider Web developer
-
Hi, I want to maintain state of radiobuttons while paging in gridview control.Is there any solution plz reply me asap. Thanks
Farogh Haider Web developer
farogh123 wrote:
I want to maintain state of radiobuttons while paging in gridview control.Is there any solution
Yes There is Solution. This article will help you! Maintaining States of Selected CheckBoxes in Different Pages inside the GridView[^] Good Day !!
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Hi, I want to maintain state of radiobuttons while paging in gridview control.Is there any solution plz reply me asap. Thanks
Farogh Haider Web developer
Solution 1: Store in session Solution 2: Create a temporary datatable and keep on updating the radio button status there. :)
Niladri Biswas
-
farogh123 wrote:
I want to maintain state of radiobuttons while paging in gridview control.Is there any solution
Yes There is Solution. This article will help you! Maintaining States of Selected CheckBoxes in Different Pages inside the GridView[^] Good Day !!
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
Thanks, for reply Actually, I have developed this project like as online quiz and there is one question is display at a time and there is two buttons(Next & Previous) and I am using radiobuttonlist to populate options of that question. I want to maintain state of checked option when i click on previous/next button
Farogh Haider Web developer