Table.RaisePostBackEvent Method (String)

 

Raises events for the Table control when a form is posted back to the server.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

abstract RaisePostBackEvent : 
        argument:string -> unit
override RaisePostBackEvent : 
        argument:string -> unit

Parameters

argument
Type: System.String

A String that represents the argument for the event.

The page passes the value of the argument parameter to the RaisePostBackEvent method.

.NET Framework
Available since 2.0
Return to top
Show: