Page_Load or Page_Init

前端 未结 4 425
后悔当初
后悔当初 2021-02-04 10:44

Let\'s take a really simple example on using jQuery to ajaxify our page...

$.load(\"getOrders.aspx\", {limit: 25}, function(data) {
    // info          


        
4条回答
  •  生来不讨喜
    2021-02-04 11:39

    Basic page life cycle will answer your question Full article : http://www.codeproject.com/KB/aspnet/ASPDOTNETPageLifecycle.aspx

    alt text

    check same question answer : Page.Request behaviour

提交回复
热议问题