I am create the quiz page in asp.net using c# server sql
Then page load automatic one question load no problem
my problem is next button click another question and options get database how ?
please tell me ....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Khan Abrar AhmedPosted Apr 15, 2014, 12:48 PM
on the button event validate the result if result is true then fetch the next row from database.
ex on sql server
select * from tQuestion where id=@id+1