load asp.net page partially -


i working asp.net , have 2 gridvew controls , link buttons. now, bind these gridviews, have call web services , data access. since pulling large amount of data, page loads slow. wondering if there way partial page load, meaning show link buttons first show rest of gridview data available (to bind gridivews).

is there way can accomplish this? (preferably, without ajax).

thanks.

if want ajax-less method, go ol' trusty iframe tags , have gridviews stand alone pages. believe page render around iframes while iframes load.

note: not advocating best solution, may meet intent of scenario.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -