Results 1 to 3 of 3

Thread: Page load method in asp.net

  1. #1
    HernandezOrtiz is offline Senior Member
    Join Date
    Dec 2009
    Posts
    301
    Rep Power
    3

    Default Page load method in asp.net

    I am last year MCA student. Currently I am learning ASP.net programming language. Before starting any test project I want to know that what methods are fired during page load. Please reply me as soon as possible. Thank you.

  2. #2
    MartinWilson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    281
    Rep Power
    3

    Default

    Init() - when the page is instantiated
    Load() - when the page is loaded into server memory
    PreRender() - the brief moment before the page is displayed to the user as HTML
    Unload() - when page finishes loading.

  3. #3
    Davismoore is offline Senior Member
    Join Date
    Dec 2009
    Posts
    284
    Rep Power
    3

    Default

    • Page request - determines if it requires to be lifted or compiled

    • start - if it is a new request or post back

    • Page initialization -

    • Load - if postback, control properties are loaded with Values of postback

    • validation - every controls are validated

    • Postback - event handling

    • render - saves the view state data before rendering

    • unload

Similar Threads

  1. The Page Failed To Load Windows Update
    By CruzPowell in forum Windows 7/2000/NT
    Replies: 3
    Last Post: 07-16-2010, 02:13 PM
  2. Switching new tab page in Google task Page
    By CollinsBrown in forum General Internet Terms
    Replies: 3
    Last Post: 02-12-2010, 03:24 PM
  3. Replies: 1
    Last Post: 11-18-2009, 06:29 AM
  4. Page number start page two on page two
    By elzer25 in forum Linux/Free BSD
    Replies: 1
    Last Post: 11-09-2009, 11:12 AM
  5. Method for transmitting load Mixed speeds
    By Okaf8547 in forum Networking Jargons
    Replies: 1
    Last Post: 10-14-2009, 04:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48