I would like to call and display the selection that is being used as my SQLDataSource
What is the command that will display it and give me some formating control?
Code:<b>Defensive Boxscore - Select Team:</b> <asp:DropDownList ID="DropDownList2" DataSourceID="SqlDataSource4" AutoPostBack="true" DataTextField="defense" runat="server" /> <asp:SqlDataSource ID="SqlDataSource4" runat="server" SelectCommand="SELECT DISTINCT [defense] FROM [cfb_boxscores] ORDER BY [Defense]" ConnectionString="<%$ ConnectionStrings:ConnectionString1 %>" />


Reply With Quote
