I will be speaking in a couple weeks at the Silicon Valley Code Camp in Los Altos, California on November 9th.  The camp is both Saturday and Sunday.  There are almost 13 sessions every 90 minutes so come out and enjoy lots of topics.  My particular session is on High Performance ASP.NET Web Sites. I’ll talk about not only ASP.NET, but also, a lot of the concepts I’ll be discussing are more general in nature and apply to all web sites.

(more…)

So, I suppose you should just be able to see the fact that Ajax is working by the lack of page flashing.  That may be true on a normal page on a slow connection, but if you are testing locally, it may not be so obvious.  You can certainly crank up your debugging tools like firebug or Fiddler, or you can do the cheap trip about I’m about to explain.

Simply, add a sleep statement to your page_load event (Thread.Sleep(3000);) and run your page.  If you are using IE7 like I am, on the post back (for a full page), you will see the windows icon spinning in the tab control.  If you see that, you are getting a full page post back. If not, chances are you are not.

Hope this helps!


© 2012 PeterKellner.net. All Rights Reserved
Follow

Get every new post delivered to your Inbox

Join other followers: