Reputation: 7777
i need to implement paging concept in datalist control. i had implement paging in datalist like prev and last but now i wanted the paging to be like
**prev 1 2 3 4 5 next**
have any one implemented like this for paging in datalist control or datapager control to get this function done
or any url which can help me to solve this issue would be great
thank you
Upvotes: 0
Views: 3222
Reputation: 7941
If you are using ASP.NET 3.5, you can use ListView and DataPager controls instead.
Upvotes: 1