Page.RegisterViewStateHandler Method ()
.NET Framework (current version)
Causes page view state to be persisted, if called.
Assembly: System.Web (in System.Web.dll)
' Create a custom HtmlForm server control named MyForm. Public Class MyForm Inherits HtmlForm ' MyForm inherits all the base funcitionality ' of the HtmlForm control. Public Sub New() End Sub 'NewNew ' Override the OnInit method that MyForm inherited from HtmlForm. <System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name:="FullTrust")> _ Protected Overrides Sub OnInit(e As EventArgs) ' Save the view state if there are server controls on ' a page that calls MyForm. Page.RegisterViewStateHandler() End Sub 'OnInit End Class 'MyForm
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=vb)