Files to look at:
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
This example demonstrates how ASPxComboBox items can be manipulated on the client side. The AddItem method is used to add a new item, which contains the First Name and Last Name text editor's information, to the end of the ASPxComboBox items collection. The client-side ClearItems method is used to delete all items from the ASPxComboBox items collection.