L
Lit
Hello,
I need to create an Internet based, asp.net webform where a user can select
multiple cities in a state.
as you know the number of cities in a state can be very large.
What is the best way of designing such thing.
I need to give the user the best experience possible
Should I use a Tree control with check boxes
check boxes on one page or multiple pages alphabetized lists
I can add select all cities, clear all cities.
Also is there a way of Shift Click to select a block of cites all at once.
Should I use list boxes instead of checkboxes, like select a city from one
list box (left) to move to the selected cites list box (right) etc...
Example sites, new Ideas are welcome.
If you have done this what worked for you and what would you do differently
now.
Is it a good candidate for AJAX?
Thank you,
Lit
I need to create an Internet based, asp.net webform where a user can select
multiple cities in a state.
as you know the number of cities in a state can be very large.
What is the best way of designing such thing.
I need to give the user the best experience possible
Should I use a Tree control with check boxes
check boxes on one page or multiple pages alphabetized lists
I can add select all cities, clear all cities.
Also is there a way of Shift Click to select a block of cites all at once.
Should I use list boxes instead of checkboxes, like select a city from one
list box (left) to move to the selected cites list box (right) etc...
Example sites, new Ideas are welcome.
If you have done this what worked for you and what would you do differently
now.
Is it a good candidate for AJAX?
Thank you,
Lit