or




Hi,
<
asp:SqlDataSource ID="getGroundGears" runat="server"
ConnectionString="<%$ ConnectionStrings:FisheriesConnectionString %>"
SelectCommand="SELECT [Name] AS GroundGearName, [Code] AS GroundGearCode FROM [vwDisGroundGearAll] ORDER BY [DisplayOrder]">
</asp:SqlDataSource>
Though I would like the datasource for the dropdown to point to the method DisGroundGearAllTableAdapter.GetDisGroundGearAll.
How can I get the datasource to point to my tableadapters?
Thanks, Ida
