Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am making a exam web application in ASP.NET. i am using grid-view for showing question and it's options.I set size of grid view is 1 so it display only one question on a page-index.I am using radio button for multiple choice option. when i select a radio button and going to next question or next page index of grid-view and come again previous question then i see that the radio button which i selected previously is not selected.what i do for this ?
Posted

1 solution

try using if(!ispostback) property
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900