gridview中的Ajax组合框将我搜索的值附加到从数据库绑定的数据
我不想要它,追加或绑定在搜索中键入的值,这在gridview中发生
<asp:TemplateField HeaderText="Supplier" ItemStyle-Width="30%">
<ItemTemplate>
<asp:ComboBox ID="ddlsup" runat="server" AutoCompleteMode="SuggestAppend"
AutoPostBack="true" AppendDataBoundItems="false" CssClass="simpletxt">
</asp:ComboBox>
</ItemTemplat
例如
combo box has
bat
ball
bike
now if I type bajojiojwe
combo box would have
bat
ball
bike
bajojiojwe
答案 0 :(得分:2)
那是因为您需要更改默认下拉样式
发件人:(默认值)
DropDownStyle="DropDown"
要:
DropDownStyle="DropDownList"
应用此更改后,您的用户只能从ComboBox