Please help, looking for any answer for long time :How to use SqlDataSource Control to work with Dro
- by Shantanu Gupta
I am trying to fetch a column value from a datasource when some value is selected from a dropdownlist on its change event.
<asp:DropDownList ID="ddlCityName" runat="server" DataSourceID="dsCity"
DataTextField="CityName" DataValueField="CityID" AutoPostBack="True"
…