RadToolBar for ASP.NET AJAX

RadControls for ASP.NET AJAX

RadToolBar supports a number of server-side events that let you respond to events with complex actions that can't be performed in client-side code.

  • ButtonClick occurs when a button is clicked.
  • ButtonDataBound occurs for each button when it is being bound to a data value.
  • ItemCreated occurs when a new item is added to the Items collection.

See Also