How to display cities according to states

Hi all,
I want to display cities according to state selection. I’ve 2 tables States (StateId(PK),StateName) and Cities(CityId,CityName, StateId(FK). I fetched all states in but unable to display cities according to it in .

thanks

Can we get your code so we don’t have to code from scratch? You will also benefit from that because you know your code and you will better understand what is modified to make it work correctly.

Sponsor our Newsletter | Privacy Policy | Terms of Service