Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Every body.....

I am developing an application in ASP.net and VB.net. My page contains two grid views. I want to display only one grid view on page load for performance reasons and keep the other grid view in data binding process and display the other grid on completing the page load.

I do not mind even if the second grid takes time for displaying its content. But my first grid should be displayed and second in queue.

Is there any way can accomplish this?? Please help.

Thanks in Advance.
Posted
Comments
StianSandberg 13-Aug-12 3:10am    
Load your second grid using ajax when document.ready If you use jQuery this will be an easy task for you. Let me know if you need an example of how to load partial view using ajax.
aditya behara 13-Aug-12 3:26am    
Plz provide a code snippet to acheive this

1 solution

Hi,

This Link will be useful for you.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900