Home                         Purchase                         Download                         Demos                         Support                         FAQ                         Contact                         Consulting


 Select a demo:


Demonstration -- Action Buttons




Even better, EasyListBox comes with prepackaged client buttons that will clear your selections, or select all options; you never have to touch client-side code.

Action Buttons can be actual buttons, images, or straight HTML links.
<ELB:ActionButton TargetList="multiSelect"
  Action="selectall" Text="Select All" runat="server" />

<ELB:ActionButton TargetList="multiSelect"
  DisplayType="Link"
  Action="clearall" Text="Unselect All" runat="server" />

<ELB:ActionButton TargetList="multiSelect"
  DisplayType="Image" ImageURL="images/flags/usa.gif"
  Action="selectall" Text="Select All" runat="server" />



       






© 2004-2006, EasyListBox.com         Licensing Terms -- text / HTML   Listbox help