tags:

views:

47

answers:

1

whats the page life cycle in Ajax call in Asp.net?

+3  A: 

An AJAX-enabled ASP.NET page raises the same server life-cycle events as an ASP.NET 2.0 Web page and in addition raises client life-cycle events.

AJAX Client Life-Cycle Events from MSDN. or ASP.NET AJAX Client Life-Cycle Events

Shoban