Hi
I am displaying one question & their 4 options per page.
For that i have one label for question & radiobuttonlist for their answers.There is next button. after clicking next button i want to display another record.
I have tried this with dataset with random function, but its not proper. values gets repeated. so i want first record to be display in pageload & after clicking next button next record should move till record exists.
I want to move one record to another after clicking next button.
how i can do this?
asp.net, c#
Thank you.
Hi I am displaying one question & their 4 options per page. For that
Share
Use any of the data controls like gridview, repeater or datalist and keep the paging property on.