Tag Archives: Paging

How to persist checkbox state in gridview while paging

Again an asp.net post. Today I saw the same question few times in forum, so I thought about creating a post around it. And it helped me to brush up my asp.net skills once again. In this I am using … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , , | 4 Comments

Implementing Paging in SQL Server 2005 Stored Procedures

Normally for implementing Paging in Grid View, we enable the Paging property in GridView and will write code in the PageIndex Changed event. But the problem with this approach is it will fetch all the data from Database for Paging, … Continue reading

Posted in .Net, SQL Server | Tagged , , , | Leave a comment