Click here to Skip to main content
15,885,244 members
Articles / Web Development / ASP.NET

Load More Records in ASP.NET Gridview on Button Click from SQL Server Table

Rate me:
Please Sign up or sign in to vote.
4.62/5 (16 votes)
1 Jun 2014CPOL2 min read 33.9K   24  
In this article, I am going to demonstrate how to get more data on demand i.e. On every click of button fetch more records from SQL Server database table and load in GridView with wait/progress/loading image as shown in image in ASP.NET using both C# and VB languages.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) www.webcodeexpert.com
India India
I am a passionate programmer and a Software Engineer love blogging and developing applications in Microsoft Technologies.
I have a blog https://www.webcodeexpert.com/
It is a collection of code snippets for web programmers, including code for Asp.Net, Sql Server, C#.Net, VB.Net, Ajax,LINQ, Jquery, JavaScript, XML, WCF Services, C, C++, Interview Questions and answers and more!

Comments and Discussions