PowerWEB LiveControls for ASP.NET
GetViewState Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ILiveControl Interface : GetViewState Method



Returns the ViewState object used to save and restore state.

Syntax

Visual Basic (Declaration) 
Function GetViewState() As Object
Visual Basic (Usage)Copy Code
Dim instance As ILiveControl
Dim value As Object
 
value = instance.GetViewState()
C# 
object GetViewState()
C++/CLI 
Object^ GetViewState(); 

Remarks

Returns the ViewState object used by PowerWEB controls to save and restore state.

Note This is not intended for use by end-users.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.