Asp.net double buffering?

Have a look at UpdatePanel control UpdatePanel Control Overview UpdatePanel tutorial ASP. NET AJAX Using the ASP. NET UpdatePanel Control The UpdatePanel control is probably the most important control in the ASP.NET AJAX package.

It will AJAX'ify controls contained within it, allowing partial rendering of the area.

1 Take a look also at ASP. NET MVC and partial views which make doing partial updates a breeze, flexible and intuitive. – Cat Man Do Feb 18 '10 at 7:24.

Then don't use the postback model in provided in ASP. NET! ASP.NET will cache some content on it's own, so some round trips will be faster, but the postback thing gets used by default all the time.

Using updatable controls, AJAX, or straight client-side scripting are all ways to avoid round trips. Which you use depends on what you need done on the page.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions