Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
ViewState keys used by the Infragistics controls.
posted

I would like to inherit from the Infragistics controls (2008, Web, for framework 3.5) and utilize the inherited ViewState collections.  Does documentation exist anywhere as to what names (e.g. a regex) are guaranteed not to collide with parent usage of the ViewState.  I.e. I don't want to write to ViewState("somekey") and have it overwrite something used by the Infragistics control and cause weird behavior.

Thanks