I have an ASP.NET page with gridview control in it. The gridview is gonna take about 40 seconds to load the data. I want the page to completely load the rest content while the gridview is loading data, just like the "Recommended Readings" in this link http://forums.asp.net/members/franksun.aspx.
Any ideas how to achieve that?
franksun
Member
1 Points
5 Posts
how to load gridview after the page is completely loaded?
Jul 29, 2009 07:05 PM|LINK
Hello there,
I'm sure this is easy but I can't figure it out:
I have an ASP.NET page with gridview control in it. The gridview is gonna take about 40 seconds to load the data. I want the page to completely load the rest content while the gridview is loading data, just like the "Recommended Readings" in this link http://forums.asp.net/members/franksun.aspx. Any ideas how to achieve that?
Thanks in advance.
Frank Sun