AdvantageDataTableToolList Methods
The AdvantageDataTableToolList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddAttributesToRender |
Adds the attributes of the Button control to the output stream for rendering on the client.
|
|
|
CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
|
DataBind |
Binds a data source to the invoked server control and all its child controls.
|
|
|
Dispose |
Enables a server control to perform final clean up before it is released from memory.
|
|
|
GetCallbackResult |
Returns the results of a callback event that targets a control.
|
|
|
GetPostBackOptions |
Creates a PostBackOptions object that represents the Button control's postback behavior.
|
|
|
OnAdd |
Raises the Add event for this tool list, letting subscribers handle the
add-record command before the toolbar's default action runs.
|
|
|
OnCommand | |
|
|
OnDelete |
Raises the Delete event for this tool list, letting subscribers handle the
row-delete command before the toolbar's default action runs.
|
|
|
OnInit |
Raises the Init event.
|
|
|
OnLoad |
Raises the Load event.
|
|
|
OnPreRender |
Raises the PreRender event.
|
|
|
OnRefresh |
Raises the Refresh event for this tool list, letting subscribers refresh their
data source before the toolbar's default action runs.
|
|
|
OnSelect |
Raises the Select event for this tool list, letting subscribers handle the
row-selection command before the toolbar's default action runs.
|
|
|
RaiseCallbackEvent |
Processes a callback event that targets a control.
|
|
|
RaisePostBackEvent |
Raises events for the Button control when it posts back to the server.
|
|
|
ReceiveActionArgs |
Receives the action arguments.
|
|
|
Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
|
|
|
SaveViewState |
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
|

