Ajax ComboBox - Not in list

D

David C

I am using the Ajax ComboBox control to help find a record and it works
great. However, I want to be able to type in a name that is not in the list
and have it trigger a process to create a record in the base table for the
ComboBox. Is that possible? And does anyone have an example, or??? Thanks.
Below is my combo box for my page.
-David

<cc1:ComboBox ID="cboFindCust" runat="server"
AppendDataBoundItems="True" DataSourceID="SqlvwOpenCust"
DataTextField="Customer" DataValueField="CustomerID"
AutoPostBack="True"
DropDownStyle="DropDownList"
AutoCompleteMode="SuggestAppend" Visible="True">
<asp:ListItem Value="" Text=""></asp:ListItem>
</cc1:ComboBox>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top