阅读背景:

如何使用下拉列表填充/输入数据?

来源:互联网 

Here's my existing code:

这是我现有的代码:

 <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" 
            DataSourceID="dsEmployees" DataTextField="Last_First" 
            DataValueField="EmpNum" 
            onselectedindexchanged="DropDownList1_SelectedIndexChanged">
 </asp:DropDownList>
 <asp:Dr



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: