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



Returns the ViewState object used to save and restore state.

Syntax

Visual Basic (Declaration) 
Public Function GetViewState() As Object
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Object
 
value = instance.GetViewState()
C# 
public object GetViewState()
C++/CLI 
public:
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.