ASP. Net-Disable ViewState

Source: Internet
Author: User
By default, ViewState is enabled, such as when a form is submitted, the values entered in the form are automatically retained. However, if you do not need to keep it, you can also disable it, which saves resources. There are 3 ways to disable the viewstate of a control, a page, and an entire application, respectively.
  • Control disabled: Set the control's EnableViewState property to false;
  • Page disable: Add enableviewstate= "false" to page directive
  • Application Disable: Add program code to the Web. config file program code
<configuration><system.web><pages enableviewstate= "false"/></system.web></ Configuration>

You can also disable enableviewstate= "false" in the page directive
Sometimes we find that ViewState can not pass the normal value, may be disabled, re-enable it!

ASP. Net-Disable ViewState

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.