【发布时间】:2013-10-19 04:00:36
【问题描述】:
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:ComboBox ID="service_list" runat="server" AutoPostBack="true" DataTextField="CL_DESCRIPTION"
DataValueField="CL_ID" ondatabound="MyListDataBound"
DataSourceID="SqlDataSource1" CssClass="RedTypeComboBoxStyle" >
</asp:ComboBox >
如何禁止用户在 ajax 组合框的文本框中输入数据?
注意:我不想使用下拉列表,因为我正在使用 css 来更改 ajax 组合框的设计,但我只需要阻止用户在组合框中输入数据..
我该怎么做?
【问题讨论】:
标签: asp.net vb.net combobox asp.net-ajax ajaxcontroltoolkit