Override this method if you create a custom server control that saves its view state without taking case into account. When you do so multiple objects with the same key, but with different casing, can be stored in the StateBag associated with the ViewState property.
' Override the ViewStateIgnoresCase property to allow the same' entries with different casing to be stored in the control's' ViewState property.OverridesProtectedReadOnlyProperty ViewStateIgnoresCase AsBooleanGetReturnTrueEndGetEndProperty