datapager with datalist control
i need to implem开发者_Go百科ent 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
If you are using ASP.NET 3.5, you can use ListView and DataPager controls instead.
精彩评论