Hello,
I have Company A. I need the ability to link this Company to multiple States, and each state can in turn be linked to multiple Cities. For example:
Company A
\
- State A
|-City A
|-City B
\ |-City C
- State B
|-City A
|-City B
\ |-City C
- State C
|-City A
|-City B
|-City C
My questions are:
- What is the best way to store this in a table?
- What is the easiest way to allow a user to choose this without multiple page refreshes?
I use ASP.NET (Framework 3.5) with C#. If there are any controls around that can do this, a pointer to them would be most appreciated too.
Thanks,
Jim
Edit: For example, I need to choose "Company A". Then choose "State A". Under "State A", I choose "City A, B & C". Then choose "State B" and under that choose "City A & B".