Tag Archives: SQL 2005

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