1
Reply

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

spacegazer11

spacegazer11

Jan 19 2004 11:05 AM
2.6k
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)