Results 1 to 3 of 3

Thread: Page cycle is the View-state

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2018
    Location
    India
    Posts
    8

    Page cycle is the View-state

    In which event of page cycle is the View-state available?

  2. #2
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,020

    Re: Page cycle is the View-state

    Viewstate is loaded in between Init() and Load().

    https://docs.microsoft.com/en-us/pre...8472(v=vs.140)
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

  3. #3
    Member
    Join Date
    Jul 2019
    Location
    Ahmedabad
    Posts
    57

    Re: Page cycle is the View-state

    It's loaded into memory between init and load. In Page Init, it gets loaded only partially. While in Page Load whole loading is available. Thus, in Page Load Viewstate is complete.

Posting Permissions

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



Click Here to Expand Forum to Full Width