Note that there are some explanatory texts on larger screens.

plurals
  1. POAsynchronous loading of full page
    primarykey
    data
    text
    <p>For increasing performance in my Asp.Net page I am trying to asynchronously load the asp.net page. I found this nice article on <code>encosia.com</code>:</p> <p><a href="http://encosia.com/boost-aspnet-performance-with-deferred-content-loading/" rel="nofollow">http://encosia.com/boost-aspnet-performance-with-deferred-content-loading/</a></p> <p>However problem is it is only possible to do that in case we need to display static content. For usercontrols having button etc, it is not really a viable solution.</p> <p>I need something like follows:</p> <pre><code>1) Asynschronously load all usercontrols 2) Each usercontrol has it's own ViewState may be by overriding `SavePageStateFromPersistedMedium/LoadPageStateFromPersistedMedium` so that when a control is posted back only relevant viewstate is posted rather than posting the whole control. 3) Must be able to handle atleast standard Asp.Net control postbacks Eg. Button's click etc. I won't be ever using Telerik's compoenents. </code></pre> <p>I did find one very nice article on codeproject:</p> <p><a href="http://www.codeproject.com/Articles/23768/Load-and-Display-Page-Contents-Asynchronously-with" rel="nofollow">http://www.codeproject.com/Articles/23768/Load-and-Display-Page-Contents-Asynchronously-with</a></p> <p>However due to the issues mentioned in comments I thought I rather not use it. However, I want something very similar in nature. Does anybody know of such a control? If not I don't mind developing it from scratch but can you guys provide general guidelines/concept behind how can I put these pieces together?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload