multi-select

In SSRS 2005,must declare the scalar variable

I have a report that runs a stored proc: EXEC ra_spProjectCalendar @Month, @Year, @ProjectID ProjectID is A multi-select dropdown. When a single project is selected, it works fine. If I select multiple projects, I get the error: "Must declare scalar variable "@ProjectID" It works fine when I run it from the Data tab, however, when ...

Selecting items in multi-select listbox from delimited database string field

I'm trying to build an "edit" page for a database record that can be edited and saved back to the database. One of the fields will be a multi-select listbox that will need to highlight the appropriate list items in a hard-coded list when loaded. Using C#, how do I populate a multi-select listbox -- with the appropriate items selected -...

Is a drag-over checkbox list useful?

A while ago I created a drag-over check box list which allows you to check many check boxes in a single gesture. Do you think it is viable and usable on the web where people might not know how to use it. The default behaviour still works for the individual check boxes. A demo of it can be found here: http://jonathanparker.com.au/Demos/...

How can a multi-select-list be edited using asp.net mvc?

I'd like to edit an object like the one below. I'd like the UsersSelectedList populated with one or more Users from the UsersGrossList. Using the standard edit-views in mvc, I get only strings and booleans (not shown below) mapped. Many of the examples I find on google utilizes early releases of the mvc framework whereas I use the offic...

CakePHP, Setting a complex/multiple find condition for a multi select box.

I have a multi-select box named Manufacturer Name that is displaying correctly, even clickable for multi search. When I run the search I am not getting any results from my database using the complex find conditions I set. I've tried to use Complex-Find-Conditions from the bakery, and other various websites but no avail. //This my in...

Problem in IE6 with fixed position and multi-select boxes when scrolling

Hi, I am using the common css-workaround to achieve a fixed position of an element in IE6 <style type="text/css" > .fixedPos { position:fixed; } </style> <!-- IE specific code: --> <!--[if lte IE 7]> <style type="text/css"> .fixedPos { position:absolute; top:expression(eval(document.compatMode && document.compatMode=='CSS1...

How do I use Jquery to find and select a Multi Select option by the Value?

I can't seem to figure out how to correctly select a Multi Select option by the Value and leave the other options that are selected alone. Update It does work, thanks! I had the multi-select hidden and I thought firebug would update the option to "selected" but it doesn't. When I "show" the multi-select box after setting the attr to s...

can i make file dialog in input type file in html to be multi select?

I want to implement a multi file upload I was thinking if its possible to have a browse button open a file dialog which may allow me to select more than one file and once i select them these files can upload. I am doing this on a website and using php jQuery etc. By looking at the answers i feel that multi-select is not possible. So i a...

jQuery problem with multi-select

Hi everybody, On my page I have to select option values loaded by a $.post funtion. I have a button to "move" data from one select to the other. The example works in a new page but not in my page not. The elements selected do not move to the other select after the click. The question is there is another way to do it or how can i corr...