Hello,I've been looking for an answer to this problem of mine but not yet able to get any solution.Please help me out. I'm having 2 dropdownlists, one for country and another for state.I want the states to be filled according to the country selected from the country ddl. I'm having:
Two dropdownlist controls as-ddlCountry and ddlState
Two database tables as-Country and State
Country table has fields named- C_ID(pk) and Country
State table fields are-S_ID(pk), State, C_ID
During page load, I'm able to bind the ddlCountry to the "Country" table in databaseHence I could bind ddlState too
But I'm getting confused, how to bind the ddlState control so that it will show state as per country selected.
I don't want to use ajax
Please help me out.
Thanks and Regards,
Zinnia
View Complete Post