J
jobs
Is there any way to do this?
<asp:SqlDataSource ID="DSCity1" runat="server" ConnectionString="<%
$ ConnectionStrings
PLineaConnection%>"
ProviderName="System.Data.OracleClient"
SelectCommand="select City_Code, City from City where country_code=
&country">
<SelectParameters>
<asp:ControlParameter ControlID="CityDropDown1"
Name="country" PropertyName="SelectedValue" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
getting error:
Could not find control 'CityDropDown1' in ControlParameter 'country'.
Any way to do this? Thanks for any help or information!!
<asp:SqlDataSource ID="DSCity1" runat="server" ConnectionString="<%
$ ConnectionStrings
ProviderName="System.Data.OracleClient"
SelectCommand="select City_Code, City from City where country_code=
&country">
<SelectParameters>
<asp:ControlParameter ControlID="CityDropDown1"
Name="country" PropertyName="SelectedValue" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
getting error:
Could not find control 'CityDropDown1' in ControlParameter 'country'.
Any way to do this? Thanks for any help or information!!