How do i handle a heavy page?

Posted by Ulhas Tuscano on Stack Overflow See other posts from Stack Overflow or by Ulhas Tuscano
Published on 2011-02-26T15:16:05Z Indexed on 2011/02/26 15:25 UTC
Read the original article Hit count: 255

Filed under:

I have been asked to design & develop a page in asp.net which contains 7 tabs.Each table contains 2 Editable gridview & clicking on gridview cell should open a popup & that popup will open a new popup ( I would say nested popup). even when i switch from one tab to another. It should hold the griddata & whenever user will finish all the operations he/she will click on save button which will save all the data contained in the tabs. The page is really too too too heavy. It will definitely take a long time to load as it contains gridview operations , popup related jobs, tab data & tab switching. I am finding the best way i can achieve this with an acceptable speed of operation. Any suggestions or help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about ASP.NET