In chapter five writer of this book used a DataList control to show categories of articles without paging.I will be a problem if categories list is huge.I am looking to implement paging with it.My question is how we can add paging to it i am confused how
it will be embadded with BeerHouse architecture.
Any help will be appriciated.
Thanks.
“Do not go where the path may lead, go instead where there is no path and leave a trail.”- Waldo Emerson
WebEye
Member
26 Points
27 Posts
How to add Paging with DataList in Ch. 5...?
Aug 18, 2008 08:16 PM|LINK
Hello friends,
In chapter five writer of this book used a DataList control to show categories of articles without paging.I will be a problem if categories list is huge.I am looking to implement paging with it.My question is how we can add paging to it i am confused how it will be embadded with BeerHouse architecture.
Any help will be appriciated.
Thanks.
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: How to add Paging with DataList in Ch. 5...?
Aug 19, 2008 02:31 PM|LINK
The easiest thing to do would be to replace it with something else, like a GridView or a ListView.
Follow Me on Twitter
WebEye
Member
26 Points
27 Posts
Re: How to add Paging with DataList in Ch. 5...?
Aug 30, 2008 05:35 AM|LINK
I did it.Credit goes to 'Scott'.For more info 'http://weblogs.asp.net/scottgu/archive/2006/01/07/434787.aspx'.