HtmlControl.ViewStateIgnoresCase Property
.NET Framework 3.0
Gets a value that indicates whether the HtmlControl view state is case-sensitive.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The ViewStateIgnoresCase property overrides the base class's ViewStateIgnoresCase property to always return true, indicating that the controls that inherit from HtmlControl save view state without taking case into account.
Community Additions
ADD
Show: