DetailsView.RaisePostBackEvent Method
.NET Framework 3.0
Raises the appropriate events for the DetailsView control when it posts back to the server.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RaisePostBackEvent ( String eventArgument )
protected function RaisePostBackEvent ( eventArgument : String )
Not applicable.
Parameters
- eventArgument
The event argument from which to create a CommandEventArgs for the event or events that are raised.
The page calls the RaisePostBackEvent method when a postback event occurs that raises the appropriate events for a DetailsView control. This call occurs in the page life cycle after loading and change notification are complete, but before prerendering occurs. This method has been implemented to create a CommandEventArgs object for the events that are raised.
Note: |
|---|
| This method is used primarily by control developers to extend the DetailsView control. |
Community Additions
ADD
Show:
Note: