Question about Spinner in .NET
I'm somewhat new to jQuery, been using .NET for a long time. I'm using the spinner box and trying to
get the selected value on the server side, does anyone know how to do this?
Its easy enough to set the UL to runat=server, then the UL is available as an HtmlGenericControl in a
button click event.
I tried sel4.value , but 'value' isn't available for HtmlGenericControl. Any suggestions would be helpful.
<
ul
id
="sel4"
runat
="server"
class
="ui-spinner-box">
<
li
>Monday
</
li
>
<
li
>Tuesday
</
li
>
<
li
>Wednesday
</
li
>
<
li
>Thursday
</
li
>
</
ul
>