onselectedindexchanged="txtCity_SelectedIndexChanged" TabIndex="0">
TargetControlID="txtCity" PromptText="Hyderabad" ServicePath="WebService.asmx"
ServiceMethod="GetCityList">
protected void txtCity_SelectedIndexChanged(object sender, EventArgs e)
{
Session["City"] = Server.HtmlEncode(txtCity.SelectedItem.Text);
lblTitle.Text = txtCity.SelectedItem.Text;
}
but the event is not raised y?
but the event is not raised y?
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jan 6, 2013, 11:40 PM
following link may help you out from the problem...
http://forums.asp.net/p/1588730/4029248.aspx#4029248
http://www.asp.net/ajaxlibrary/HOW%20TO%20Use%20the%20CascadingDropdown%20Control.ashx