I have been searching around on Google and SO for awhile now and can't seem to find an answer to this seemingly easy question. I want to implement the JQuery selectable widget exactly how it is shown here: http://jqueryui.com/selectable/#default. I am using ASP.NET. What I want to happen is the user will select every item they want from the list, whether it is one or multiple items. When they are done, they will click a submit button. My question is how can I see what values are selected server side?
Asked
Active
Viewed 162 times