Let\'s take a really simple example on using jQuery to ajaxify our page...
$.load(\"getOrders.aspx\", {limit: 25}, function(data) { // info
Basic page life cycle will answer your question Full article : http://www.codeproject.com/KB/aspnet/ASPDOTNETPageLifecycle.aspx
check same question answer : Page.Request behaviour