shy_wani 0 Light Poster

hi..

i have draft.aspx
at first time view, i want the draft.aspx to take value QuestionNum in the database...so, at first time viewing, the draft.aspx shows QuestionNum.text=1

i have a button - "Next". i want user to click the button and they will be redirected to the draft.aspx displaying the second question and so on..

how could this be done? is it got anything to do with the postback? or shall i be using querystring, or sessions perhaps? i've tried using the querystring, but the page when draft.aspx went black for question number 2...

can anyone help me understand this problem?