 |
BOOK: Beginning ASP.NET 4.5 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

February 24th, 2014, 02:01 PM
|
|
Authorized User
|
|
Join Date: Nov 2013
Posts: 84
Thanks: 29
Thanked 2 Times in 2 Posts
|
|
Ch 4 and Ch 13/15 - controls and the DataPager
Hi Imar,
The book talks about DataPagers in the later chapters.
Is there a way for the controls discussed in Ch 4 to be combined or grouped in a way that makes them appear as data to the DataPager control, allowing pages of repeating controls to be displayed?
If this is so, I'll presume it's a more complicated topic and you might not be able to explain it here, but if it is possible and can be explained, please share or point to a reference we might use to learn this.
Thanks.
Best Regards,
Alan
|
|

February 24th, 2014, 04:45 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Alan,
I am not sure I understand what you're trying to accomplish. Can you elaborate?
The DataPager is, currently, for the ListView only so I think the answer is no ;-)
Imar
|
|

February 24th, 2014, 04:51 PM
|
|
Authorized User
|
|
Join Date: Nov 2013
Posts: 84
Thanks: 29
Thanked 2 Times in 2 Posts
|
|
Hi Imar,
Yes, I'm creating a private survey site.
It will initially be a series of radio button lists, and I just wondered if there might be a way to set the whole thing up so I could have a single page and let the Pager function page through groups of controls. Right now I'm doing a very 'newbie' series of pages with 'next' and 'prev'. It works OK, but the Pager would certainly be more elegant, especially when the surveys get bigger.
Maybe you have some advice about better ways to setup surveys.
ASP.NET seems a very powerful platform for setting up surveys and research data collection with customized pages, etc.
Thanks.
Best Regards,
Alan
|
|

February 24th, 2014, 04:56 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
Maybe you have some advice about better ways to setup surveys.
|
www.surveymonkey.com? ;-)
You're probably best off building the pages and navigation yourself. The DataPager is really to page data in the ListView, not to navigate through pages.
This is a bit too off-topic for me to cover here, but I am sure Google has more information.
Cheers,
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|
 |
|