I have an .aspx page with a databound multi-select jquery dropdown. This works nicley but how can i get hold of the selected items in the code behind?
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- How to store image outside of the website's ro
- Include empty value fields in jQuery .serialize()
You can get Select Items by using below Code and store this selected item in an array for further need.
here 'phddoct' is the id of the select box[multiselect object]
best wishes.. shareef m2d
You can use
jquery dropdown cheklist
. Here is how you can get selected items http://dropdown-check-list.googlecode.com/svn/trunk/doc/dropdownchecklist.html see line261
.