Asynchronus binding grid view

Joined
Jul 17, 2011
Messages
1
Reaction score
0
Hi i have been through may article but dint get solution for this.

I am having 30,000 records that need to bind and this count increases daily, so i get first 500 records for the first time and when the scroll bar comes down next 500 records to be added. All this should be done in javascript i found a solution by using jquery but i want this to be done with some custom java script.

The architecture i followed with jquery is

Putting grid view in div tag and using scroll bar when the scroll bar height matches the window height calls a function BindNewData(), all it does is calls a handler and get next 500 records and append it to bottom of the grid view.

Now can any one help me doing this in javascript, am not allowed to use Jquery am using Ajax controls.

I even dont know whether it is possible to add new 500 rows to the bottom of the datagrid.


Thanks in advance..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top