7
Shouts

Detect asynchronous postback in ASP.NET

published 1096 days, 25 minutes ago posted by PraveenPraveen 1099 days, 18 hours, 27 minutes ago
Friday, May 21, 2010 12:22:34 PM GMT Monday, May 17, 2010 6:20:51 PM GMT

Everyone need to know about this. When no Ajax implementation in ASP.NET [older versions] asp.net developers know about only one post back. That is full page postback. We have a property to detect it in c# code with Page.IsPostBack. But, day to day technology is growing and we need to know/follow everything up to date. This is not new one or I didn't find it just recent. All these posts are my experience and part of sharing information. Now a days everyone knows what is Ajax and how it will work. Every...

category: Data | clicked: 0 | | source: praveenbattula.blogspot.com | show counter code
tags: C#, PostBack, Asynchronous, ASP.NET