Hi,
I'm using two drop down boxes, one for state and one for city. Based on what State the user selects, I want my city list to be populated from the database. I can populate a single list from the database on page load but I can't get this to work. What I want is that the onChange event handler should fire. but it doesn't. Also both State and City controls are server controls.
I found some info regarding how to do this in ASP but I'm using ASP.NET.
Does anyone know how to get this work?
Thanks in advance.