I want to start off by apologizing for my many posts recently. A project that was dead for about a year has become a top priority so I have to learn a lot and real fast. Thank you for everyones help.
My current situation is kind of tricky. I have a grid view that has many users with State and City columns. I'm dynamically creating these columns on load of the form. I'm pointing to all the right field names. My problem is that I need to be able to populate my city combobox based on my state combobox. So the user has Florida as State and Orlando as city when the user goes to change the city the drop down should have the rest of the florida cities. If he changes the state the city combo should populate with all those cities. I need just the combobox within the current rows datasource to change not every combobox in that column. Is this possible?
I have a table with StateId, StateName and another table with CityId, CityName.
Anything to lead me in the right direction would be greatly appreciated.
Thanks in advance for any help
My current situation is kind of tricky. I have a grid view that has many users with State and City columns. I'm dynamically creating these columns on load of the form. I'm pointing to all the right field names. My problem is that I need to be able to populate my city combobox based on my state combobox. So the user has Florida as State and Orlando as city when the user goes to change the city the drop down should have the rest of the florida cities. If he changes the state the city combo should populate with all those cities. I need just the combobox within the current rows datasource to change not every combobox in that column. Is this possible?
I have a table with StateId, StateName and another table with CityId, CityName.
Anything to lead me in the right direction would be greatly appreciated.
Thanks in advance for any help