| Author: vipul 28 Aug 2008 | Member Level: Diamond | Rating:  Points: 4 |
hi, asynchronous post backs means calling page with out post back like javascript and it is called Ajax. to implement asynchronous post backs you want to implement ICallbackEventHandler and then implemen there two event for more infomation yoou read this articale
http://msdn.microsoft.com/en-us/library/ms178208.aspx
vipul,
Please Rate This Answer If They Helpful
Thanks & Regards Patel Vipul
|
| Author: Dhans 28 Aug 2008 | Member Level: Silver | Rating:  Points: 3 |
Dear vipul
thanks for your response , entire page is reloading and post back is not visible if we are using the asynchronous post back.
so whats difference between the both normal post back and asynchronous post back
Regards Dhans.
|