views:

572

answers:

2

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?

A: 

You can use jquery dropdown cheklist. Here is how you can get selected items http://code.google.com/p/dropdown-check-list/source/browse/trunk/src/demo.html see line 261.

mmcteam.com.ua