Results 1 to 3 of 3

Thread: Maximum Size of ViewState Variable in ASP.Net?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Question Maximum Size of ViewState Variable in ASP.Net?

    The title says it all!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Maximum Size of ViewState Variable in ASP.Net?

    When you enable ViewState for a control, there is a hashed text value that is being transported to and fro the server, hidden, in your page's source.

    So the answer to your question would be, whatever the limit is on the size of your POST DATA for your browser, and factors involved with your web server.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs up Re: Maximum Size of ViewState Variable in ASP.Net?

    Mendhak .... many thanks!

    OneSource

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