1
Answer

Selection made to one ddl to populate another ddl's items, no database connection required

Photo of spacegazer11

spacegazer11

21y
3k
1
Still a rookie, here. ASP.Net WebForm, using C# with Visual Studio.Net. Two drop-down lists (ex: ddlContinent and ddlCountry) on same WebForm. What do I put in selectedIndexChanged event of either ddlContinent or ddlCountry so that when item selected in ddlContinent populate items list of ddlCountries without having to use a button click event? I do not need a database connection. Can anyone help me? Reg

Answers (1)