DropDownList 的数据绑定很简单 <asp:DropDownList ID="DropDownList" runat="server" Width="86%" TabIndex="2" DataTextField="DB_Text" DataValueField="DB_No" DataSourceID="DataSource1"></asp:DropDownList>