AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageDataTableToolList Methods

The AdvantageDataTableToolList type exposes the following members.

Methods


  Name Description
Protected method AddAttributesToRender
Adds the attributes of the Button control to the output stream for rendering on the client.
Protected method 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.
Public method DataBind
Binds a data source to the invoked server control and all its child controls.
Public method Dispose
Enables a server control to perform final clean up before it is released from memory.
Public method GetCallbackResult
Returns the results of a callback event that targets a control.
Protected method GetPostBackOptions
Creates a PostBackOptions object that represents the Button control's postback behavior.
Protected method OnAdd
Raises the Add event for this tool list, letting subscribers handle the add-record command before the toolbar's default action runs.
Protected method OnCommand
Raises the Command event of the Button control.
Protected method OnDelete
Raises the Delete event for this tool list, letting subscribers handle the row-delete command before the toolbar's default action runs.
Protected method OnInit
Raises the Init event.
Protected method OnLoad
Raises the Load event.
Protected method OnPreRender
Raises the PreRender event.
Protected method OnRefresh
Raises the Refresh event for this tool list, letting subscribers refresh their data source before the toolbar's default action runs.
Protected method OnSelect
Raises the Select event for this tool list, letting subscribers handle the row-selection command before the toolbar's default action runs.
Public method RaiseCallbackEvent
Processes a callback event that targets a control.
Protected method RaisePostBackEvent
Raises events for the Button control when it posts back to the server.
Public method ReceiveActionArgs
Receives the action arguments.
Protected method Render
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
Protected method SaveViewState
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.