Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Page Life Cycle

Page Life Cycle

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-nethelp
6 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CodingLover
    wrote on last edited by
    #1

    Hi all, I want to know what are the evens that automatically executed when page is loaded in asp.net.There are 7 such events. Listed, 1. Page Request 2. Start 3. Initialization 4. Load 5. Postback Event Loading 6. Rendering 7. Unload So my question is what are the methods picked up here. I've listed what I know in the order of execution, with the event related with as a comment on the body of the method

    protected void Page_Init(object sender, EventAgs e)
    {
    // Start ?
    }

    protected void Page_Load(object sender, EventArgs e)
    {
    // Rendering
    }

    protected void Page_LoadComplete(object sender, EventArgs e)
    {
    // Unload
    }

    I'm lost with mapping, controlling other events. Can anyone of you comment on this? Thanks

    I appreciate your help all the time... CodingLover :)

    R P T 3 Replies Last reply
    0
    • C CodingLover

      Hi all, I want to know what are the evens that automatically executed when page is loaded in asp.net.There are 7 such events. Listed, 1. Page Request 2. Start 3. Initialization 4. Load 5. Postback Event Loading 6. Rendering 7. Unload So my question is what are the methods picked up here. I've listed what I know in the order of execution, with the event related with as a comment on the body of the method

      protected void Page_Init(object sender, EventAgs e)
      {
      // Start ?
      }

      protected void Page_Load(object sender, EventArgs e)
      {
      // Rendering
      }

      protected void Page_LoadComplete(object sender, EventArgs e)
      {
      // Unload
      }

      I'm lost with mapping, controlling other events. Can anyone of you comment on this? Thanks

      I appreciate your help all the time... CodingLover :)

      R Offline
      R Offline
      Ravi Sant
      wrote on last edited by
      #2

      check this

      ♫ 99 little bugs in the code, 99 bugs in the code We fix a bug, compile it again 101 little bugs in the code ♫

      G 1 Reply Last reply
      0
      • C CodingLover

        Hi all, I want to know what are the evens that automatically executed when page is loaded in asp.net.There are 7 such events. Listed, 1. Page Request 2. Start 3. Initialization 4. Load 5. Postback Event Loading 6. Rendering 7. Unload So my question is what are the methods picked up here. I've listed what I know in the order of execution, with the event related with as a comment on the body of the method

        protected void Page_Init(object sender, EventAgs e)
        {
        // Start ?
        }

        protected void Page_Load(object sender, EventArgs e)
        {
        // Rendering
        }

        protected void Page_LoadComplete(object sender, EventArgs e)
        {
        // Unload
        }

        I'm lost with mapping, controlling other events. Can anyone of you comment on this? Thanks

        I appreciate your help all the time... CodingLover :)

        P Offline
        P Offline
        Pravin Patil Mumbai
        wrote on last edited by
        #3

        Check these links : 1. http://msdn.microsoft.com/en-us/library/ms178473(v=vs.80).aspx[^] 2. http://msdn.microsoft.com/en-us/library/ms178472(v=vs.80).aspx[^] Hope this helps. All the best.

        P 1 Reply Last reply
        0
        • P Pravin Patil Mumbai

          Check these links : 1. http://msdn.microsoft.com/en-us/library/ms178473(v=vs.80).aspx[^] 2. http://msdn.microsoft.com/en-us/library/ms178472(v=vs.80).aspx[^] Hope this helps. All the best.

          P Offline
          P Offline
          Prasanta_Prince
          wrote on last edited by
          #4

          Good Solution .

          1 Reply Last reply
          0
          • R Ravi Sant

            check this

            ♫ 99 little bugs in the code, 99 bugs in the code We fix a bug, compile it again 101 little bugs in the code ♫

            G Offline
            G Offline
            gavindon
            wrote on last edited by
            #5

            My software does not have bugs.. It just develops random features.

            Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning.

            1 Reply Last reply
            0
            • C CodingLover

              Hi all, I want to know what are the evens that automatically executed when page is loaded in asp.net.There are 7 such events. Listed, 1. Page Request 2. Start 3. Initialization 4. Load 5. Postback Event Loading 6. Rendering 7. Unload So my question is what are the methods picked up here. I've listed what I know in the order of execution, with the event related with as a comment on the body of the method

              protected void Page_Init(object sender, EventAgs e)
              {
              // Start ?
              }

              protected void Page_Load(object sender, EventArgs e)
              {
              // Rendering
              }

              protected void Page_LoadComplete(object sender, EventArgs e)
              {
              // Unload
              }

              I'm lost with mapping, controlling other events. Can anyone of you comment on this? Thanks

              I appreciate your help all the time... CodingLover :)

              T Offline
              T Offline
              TweakBird
              wrote on last edited by
              #6

              In addition to above answers. find some more links here Link 1[^] Link 2[^] Link 3 - cycle diagram[^]

              Regards, Eswar ***** Posted 50000th post in GIT O_O ******

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups