This works great when a page hits a postback but is there a way for this option to work if I click a link on the page that reposts to the same url but with a querystring attached? Thanks in advance.
if the screen is a table then one option is to limit the data using a paging strategy.
if the screen is a form which collects an extensive amount of data before processing, then a wizard driven workflow would work better. each page would contain a subset of similar data.
personal info, professional info, hobbies, credit card, confirmation, etc.
you would then guide the user through the setup.
whether or not you use ajax is independent of reducing the amount of data on the screen.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.