ListView: Showing One Record at a Time |
|
Answered By
Moderator1
on
1/29/2010 8:20:47 PM |
|
|
|
|
Hi,
In the ListView, you show 1 question at a time, and you have placed a button "Next" at the page level. When page loads, you show question no. 1, use ViewState or Session to store the question sequence number(QSO). When User Clicks the next button, increase the QSO by 1, and re-load the page with next question and save the new QSO into your ViewState or Session. Thus you can move question by question.
No one can provide you complete code, but logic can. If you have any issues related this, post here below this answers. |
|
|
|