How to add Paging for ASP.net Web Form?
I just want to add Paging for my Web form in my web site.It contains a ASP Table control. Should i use Data pager? because i thought Data pager is only for Data bound control.
Is there any other way to create Paging for ASP.net Table control other than Data pager.
Please help.
|