Pravesh Singh
Total Post:101
Points:709Is there any ASP view that has paging like listview and sorting like dataview?
I was trying to avoid the implementation of one of those two manually.
Total Post:101
Points:709Is there any ASP view that has paging like listview and sorting like dataview?
I was trying to avoid the implementation of one of those two manually.
© Copyright © 2010 - 2018 MindStick Software Pvt. Ltd. All Rights Reserved
Post:378
Points:2694Re: View with sorting and paging
Hi Pravesh,
GridView automatically implements these two abilities. Make sure the AllowSorting and AllowPaging properties are set to true.