Hi all,
Scenario:
i have 4 web pages namely,
Example1.aspx,
Example2.aspx,
Example3.aspx,
Example4.aspx
From above pages i simply showing dataset in gridview from different module claim status count.
and also we have one master page namely "Example.aspx" from this page only am showing above pages every 20 secs.
from above pages "Example1.aspx", "Example2.aspx" binding within 20 secs but another pages "Example3.aspx", "Example4.aspx " taking 1.20min to bind the dataset. we have changed the interval time when tat page loads. but user have to wait too long time to see the gridview. So i just want to bind the dataset when first page Example1.aspx loading, then third page turns comes i have to show dataset . from this user no need to wait for long time to see the data. so Please help me to do this.