I just set AllowPaging="true" and PageSize="1" on the GridView in the example in the thread I refered to. The GridView showed 1 question at a time. Editing worked. Paging worked. It should work when replacing GridView with any Control that can do Paging
as well. (Although for DetailsView and FormView there is no need to set PageSize="1" as these already show only one record at a time.)
Superguppie.
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
When all you've got is a Hammer, Every Problem looks like a Nail. Michael Swain.
superguppie
All-Star
48225 Points
8679 Posts
Re: Suggestions for a Quiz
Apr 05, 2012 10:04 AM|LINK
I just set AllowPaging="true" and PageSize="1" on the GridView in the example in the thread I refered to. The GridView showed 1 question at a time. Editing worked. Paging worked. It should work when replacing GridView with any Control that can do Paging as well. (Although for DetailsView and FormView there is no need to set PageSize="1" as these already show only one record at a time.)
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread.
When all you've got is a Hammer, Every Problem looks like a Nail. Michael Swain.