我的问题是这样的:
     课程:
                <asp:DropDownList ID="DropDownList_Kc" runat="server" DataSourceID="SqlDataSource_Kc"
                    DataValueField="Kcbh">
                    <asp:ListItem>1</asp:ListItem>
                </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource_Kc" runat="server" ConnectionString="<%$ ConnectionStrings:jwzx_newConnectionString %>"
                    SelectCommand="SELECT [Kcbh], [Kcmc], [Xs], [Xf] FROM [tKc]"></asp:SqlDataSource>
想将kcbh,kcmc,xs,xf一同显示到dropdownList_kc 的datatextfield里面,应该不行吧?那位大虾知道怎么做啊?
难道只有手工写listitem了吗?
非常感谢!