Good way to allow people to select a lot of things?

Posted by jphenow on Stack Overflow See other posts from Stack Overflow or by jphenow
Published on 2010-06-04T15:33:31Z Indexed on 2010/06/09 0:32 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

I'm using jQuery, ASP.NET, SQL Server, and the other usual suspects to design a company CRM. After they put in contact info, notes, dates, places and so forth they have to be able to select many different people to be "CC'ed." A group of people will be required to be one either "CC'ed" or "ToDo." The rest of the people can be nothing or "CC" or "ToDo." Currently we have it set up as a huge databind to templates with radio buttons for each option. Looks like shit. Anyone have any suggestions? I'd like to use a template with a datasource and have a good way to retrieve their answers and use them.

I'm leaning jQuery direction but like I said I'll need there to be up to 3 possible options for the people. This is going to be all opinion so I'm just looking for options.

Just to re-clarify, this concept is similar to email but I don't want them to have to type anything in as it is a set group of names that they're allowed to select from.

Looking for quick simple and pretty. somewhere in the range of 120 names.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery