The topics in this section describe how to achieve common client-side programming tasks.
In This Section
How-to: Filter the data in WebCombo using SetAdditionalFilter method
How-to: Clear the AdditionalFilter applied to WebCombo
How-to: Get the text of the selected row in WebCombo
How-to: Get the value of the selected row in WebCombo
How-to: Set selected row in bound WebCombo
How-to: Set selected row in unbound WebCombo
How-to: Get total retrieved rows in WebCombo
How-to: Get total rows in WebCombo
How-to: Hide and show dropdown combo
How-to: Modify the first cell of the first row in unbound WebCombo
How-to: Delete a row in unbound WebCombo
How-to: Perform batch update in unbound WebCombo
How-to: Use OnAddItem client side event to validate input
How-to: Get/Set the TextBox value
How-to: Get the number of rows in WebCombo
How-to: Get specific row by its index
How-to: Enable/Disable WebCombo
How-to: Get the text and value of multiple selection WebCombo
How-to: Display the result box to the right side of WebCombo
How-to: Trigger OnTheFlyPost from client side
How-to: Set the value of another controls in OnAfterItemSelected client side events
How-to: Validate string only input in OnKeyDown client side events