About redirecting page to another with querystring in asp.net c# -
hi creating online quiz. here in 1st form have dropdownlist list of tests & start button. in click of start button creating random list of questions(random ids). after clicking start button 2nd form appears here questions & answers , next button displays. after clicking next button next random question i.e (2nd id list created in first form) appear. want identify each question id in addressbar when clicking next question.that means first form : main.aspx redirects 2nd form(startexam.aspx?id=1) when click next button in form should identify question id. asp.net c# thank you.
do mean have this: http://www.example.com/form.aspx?qid=1 ? if yes, can value querystring parameter qid request.querystring["qid"];
hope helps. if misunderstand said, please post code.
Comments
Post a Comment