Link to home
Start Free TrialLog in
Avatar of Lawrence Avery
Lawrence AveryFlag for United States of America

asked on

xmlhttprequest

What is the aspx page life cycle when performing an xmlhttprequest?
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

That doesn't really make any sense.  'xmlhttprequest' makes a request and the aspx page sends a response.  There isn't any 'lifetime' associated with it.
Avatar of Lawrence Avery

ASKER

Well, say you our using an AJAX control UpdatePanel on aspx page. You have controls within the UpdatePanel to be updated. You request an update on the UpdatePanel. It makes a XmlHttpRequest.  

What stages of the page life cycle are executed? ( for example -Page_init, Load, Prerender, Render, unload.)
I think that depends on your code.  You should click on "Request Attention" above and get the ASP.NET topic area added to your question.
ASKER CERTIFIED SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Good.
thanks