网页设计需要大量的选择 [英] Web design with large selections ideas needed

查看:51
本文介绍了网页设计需要大量的选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我需要创建一个基于互联网的asp.net webform,用户可以在该州的多个城市中选择

。 />

你知道一个州的城市数量可能非常大。


设计此类东西的最佳方式是什么。


我需要给用户提供最好的体验


我应该使用Tree控件和复选框

复选框在一页或多页按字母顺序排列的列表


我可以添加选择所有城市,清除所有城市。


还有一种Shift方式点击一次选择一个引用块。


我应该使用列表框而不是复选框,比如从一个

列表框中选择一个城市(左边) )移动到选定的引用列表框(右)等...


示例网站,欢迎新的想法。


如果你已经做了这个对你有用的东西,你会做些什么不同

现在。


这是一个很好的AJAX候选人吗?


谢谢,


点亮

解决方案

" Lit" < sq ********** @ hotmail.comwrote in message

news:O4 ************** @ TK2MSFTNGP03.phx.gbl ...


我需要创建一个基于互联网的asp.net webform,用户可以选择
选择州内的多个城市。



OK。


你知道一个州的城市数量可能非常大。



多大是多大......?


设计此类东西的最佳方式是什么? 。



我会为状态使用DropDownList,为

城市使用多选列表框。


我可以添加选择所有城市,清除所有城市。



没问题 - 你可以用客户端JavaScript做到这一点。


也有办法of Shift单击以一次选择一个引用块。



是。


我应该使用列表框而不是复选框,例如从
一个列表框(左)移动到选定的引用列表框(右)等...



我会使用多个 - 选择列表框...


它是AJAX的好选择吗?



是。

-

Mark Rae

ASP.NET MVP
http://www.markrae.net


嗨Mark,


我知道的最大城市数量是2284,但可能会降到1914年

cities。


你在哪里看到场景中的AJAX?


你如何选择Shift选择一个块? br />

你以前做过这个吗?是否有一个我可以看到它运行的网站

来看看它的外观和感觉?


感谢您的所有输入和帮助。


点亮。

" Mark Rae [MVP]" < ma ** @ markNOSPAMrae.netwrote in message

news:un ************** @ TK2MSFTNGP03.phx.gbl ...
< blockquote class =post_quotes>
" Lit" < sq ********** @ hotmail.comwrote in message

news:O4 ************** @ TK2MSFTNGP03.phx.gbl ...


>我需要创建一个基于互联网的asp.net webform,用户可以在该状态下选择多个城市。



好​​的。


>如你所知,一个州的城市数量可能非常大。



多大有多大......?


>设计的最佳方式是什么?这种事。



我将使用DropDownList作为状态,并为

城市使用多选列表框。


>我可以添加选择所有城市,清除所有城市。



没问题 - 你可以用客户端JavaScript做到这一点。


>也有一种移动方式单击以选择一次所有引用块。



是。


>我应该使用列表框而不是复选框,例如从中选择一个城市
一个列表框(左)移动到选定的引用列表框(右)
等...



我会用一个多选列表框...


>它是AJAX的好选择吗?



是。


-

Mark Rae

ASP.NET MVP
http://www.markrae.net



我之前没有这样做过,但是在回答你的问题时 - 在一个

列表框中,只需设置它'选择模式为多个


-

David Wier

MVP / ASPInsider
http://aspnet101.com
http://iWritePro.com

" Lit" < sq ********** @ hotmail.comwrote in message

news:OX ************** @ TK2MSFTNGP06.phx.gbl ...


嗨Mark,


我知道的最大城市数量是2284,但可能是1914

城市。


你在哪里看到AJAX的情景?


你怎么去做Shift选择一个区块?


你以前做过这个吗?是否有一个我可以看到它运行的网站

来看看外观? br />

感谢您的所有意见和帮助。


点亮。


" Mark Rae [MVP] QUOT; < ma ** @ markNOSPAMrae.netwrote in message

news:un ************** @ TK2MSFTNGP03.phx.gbl ...
< blockquote class =post_quotes>
>" Lit" < sq ********** @ hotmail.comwrote in message
新闻:O4 ************** @ TK2MSFTNGP03.phx.gbl ...


>>我需要创建一个基于互联网的asp.net webform,用户可以在其中选择州内的多个城市。


好的。


>>如你所知,一个州的城市数量可能非常大。


大到多大......?


>>设计此类东西的最佳方式是什么? 。


我会为状态使用DropDownList,为
城市使用多选列表框。


>>我可以添加选择所有城市,清除所有城市。


没问题 - 你可以用客户端JavaScript做到这一点。


>>也有办法of Shift单击以选择一次引用的块。
一次。


是的。


>>我应该使用列表框而不是复选框,例如从一个列表框(左)移动到选定的引用列表框(右)
等...


我会使用多选列表框。 ..


>>它是AJAX的好选择吗?


是的。

-
Mark Rae
ASP.NET MVP
http://www.markrae.net




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

解决方案

"Lit" <sq**********@hotmail.comwrote in message
news:O4**************@TK2MSFTNGP03.phx.gbl...

I need to create an Internet based, asp.net webform where a user can
select multiple cities in a state.

OK.

as you know the number of cities in a state can be very large.

How large is very large...?

What is the best way of designing such thing.

I''d use a DropDownList for the states and a multi-select listbox for the
cities.

I can add select all cities, clear all cities.

No problem - you can do that with client-side JavaScript.

Also is there a way of Shift Click to select a block of cites all at once.

Yes.

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...

I''d use a multi-select listbox...

Is it a good candidate for AJAX?

Yes.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net


Hi Mark,

The number of Cities Max that I know is 2284, but could be down to 1914
cities.

Where do you see AJAX in the scenario?

How do you go about doing the Shift select a block?

Have you done this before and Is there a website that I can see it running
to see the look and feel?

Thank you for all your input and help.

Lit.
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:un**************@TK2MSFTNGP03.phx.gbl...

"Lit" <sq**********@hotmail.comwrote in message
news:O4**************@TK2MSFTNGP03.phx.gbl...

>I need to create an Internet based, asp.net webform where a user can
select multiple cities in a state.


OK.

>as you know the number of cities in a state can be very large.


How large is very large...?

>What is the best way of designing such thing.


I''d use a DropDownList for the states and a multi-select listbox for the
cities.

>I can add select all cities, clear all cities.


No problem - you can do that with client-side JavaScript.

>Also is there a way of Shift Click to select a block of cites all at
once.


Yes.

>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...


I''d use a multi-select listbox...

>Is it a good candidate for AJAX?


Yes.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net



I haven''t done this before, myself, but in answer to your question - on a
listbox, just set it''s select mode to multiple

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com

"Lit" <sq**********@hotmail.comwrote in message
news:OX**************@TK2MSFTNGP06.phx.gbl...

Hi Mark,

The number of Cities Max that I know is 2284, but could be down to 1914
cities.

Where do you see AJAX in the scenario?

How do you go about doing the Shift select a block?

Have you done this before and Is there a website that I can see it running
to see the look and feel?

Thank you for all your input and help.

Lit.
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:un**************@TK2MSFTNGP03.phx.gbl...

>"Lit" <sq**********@hotmail.comwrote in message
news:O4**************@TK2MSFTNGP03.phx.gbl...

>>I need to create an Internet based, asp.net webform where a user can
select multiple cities in a state.


OK.

>>as you know the number of cities in a state can be very large.


How large is very large...?

>>What is the best way of designing such thing.


I''d use a DropDownList for the states and a multi-select listbox for the
cities.

>>I can add select all cities, clear all cities.


No problem - you can do that with client-side JavaScript.

>>Also is there a way of Shift Click to select a block of cites all at
once.


Yes.

>>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...


I''d use a multi-select listbox...

>>Is it a good candidate for AJAX?


Yes.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net




这篇关于网页设计需要大量的选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆