Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5975267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:03:38+00:00 2026-05-22T21:03:38+00:00

Is it possible to disable viewstate for a specific type of controls in web.config?

  • 0

Is it possible to disable viewstate for a specific type of controls in web.config?

I know I can disable viewstate for all pages using <pages enableViewState="false">, but what if I wanted to target just all Label controls?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T21:03:38+00:00Added an answer on May 22, 2026 at 9:03 pm

    One of the crud way, could be to iterate all controls recursively in the page and disable the view-state for label controls – obvious issue is that you need to do this early in page cycle and then in such case, you may miss the dynamically added controls.

    The more elegant solution would be to create a custom control inheriting from say label control and disable the view-state (say in the constructor) – for example

    public class MyLabel : System.Web.UI.WebControls
    {
      Public MyLabel() 
      {  
        EnableViewState = false;
      }
    }
    

    (Mind you that in a robust implementation, you should ensure that view-state is disabled before it gets saved.)

    Now, you can use ASP.NET tag mapping feature to map all label controls to your label controls from web.config.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to disable all authentication in a subfolder of a web site
Is it possible to disable retries in NServiceBus, version 3.2.2? Using the following configuration,
Is it possible to disable to the role caching when using the ClientRoleProvider? The
Possible Duplicate: Disable browsers vertical and horizontal scrollbars Can I disable vertical scroll bar
is it possible to disable sorting on specific columns? 5 out of 7 columns
Is it possible to disable Firefox's auto-fill feature without disabling auto-complete? I know I
Is it possible to disable the Select all button in the upper left corner
is it possible to disable validation of all items inside a panel programatically in
Does anyone know if it's possible to disable the data detectors for phone numbers,
is it possible to disable css styles for specific group of html elements? To

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.