Gary King

Gary King

  • NA
  • 83
  • 207.3k

How to set TextBox Text when value selected from DropDown

Jun 23 2011 10:30 AM
I have a database table named tblCityState with the following data:

CITYSTATE 
 New York New York
 Los Angeles California
 Atlanta Georgia

on my aspx page I have a dropdown (ddCity) bound to the table (Select City from tblCityState).

When the user Selects "Los Angeles" from the DropDown, I want a textbox (tbState) to be populated with "California".

Now, I could set the value of the DropDown Item to be the State, but I want the Item value to be the City.

What is the best / easiest way to achive this with ASP.NET / C# / AJAX?

Thanks
Gary

Answers (6)