How to retain radio button check (Urgent)
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
In my program. i m displaying radio button in datagrid. not bind with database. using Itemtemplate. when i select any radio button. and click on any button it's retain checked but when i select any value from combo box it's become uncheck. can any body help me out, It's Urgent
-
In my program. i m displaying radio button in datagrid. not bind with database. using Itemtemplate. when i select any radio button. and click on any button it's retain checked but when i select any value from combo box it's become uncheck. can any body help me out, It's Urgent
Hi, On Combobox selection the page is getting submitted so grid is binded again, check for the 'AutoPostBack' of the combobox if it is 'true' make it to 'false'. Hope this helps u..:)