populate dropdown onchange without reloading page

  • Thread starter Thread starter Stimp
  • Start date Start date
S

Stimp

I have 2 dropdowns, county and district.

When the county changes, I want the district dropdown to automatically
update with a list of districts in that county, but I don't want the
page to have to reload when county changes.

I remember doing this before in classic ASP with javascript, can I do
this with a dropdownlist in ASP.NET or should I stick with the HTML
dropdown?

Thanks,
Peter
 
Back
Top