how to apply custom paging in c#
i have large data which i want to show gridview, but issue is that it takes too much time to load and bind, so i want to use custom paging, means i want to show only 50 rows per page,
means in query i will ask for 50 candidates data only to retrive and to bind, it will increase page speed and datagrid bind speed,
please help me