I keep gettin this error on the Data Source. Any ideas on how to fix this?
<asp:SqlDataSource ID="sdsLastName" runat="server"
ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>"
SelectCommand="SELECT LAST_NAME FROM CHP_POPULATION_LIST;">
<SelectParameters>
<asp:controlparameter ControlID="ddType" DefaultValue="LAST_NAME" PropertyName="SelectedValue" ConvertEmptyStringToNull="true" />
</SelectParameters>
</asp:SqlDataSource>
View Complete Post