Unordered list with ASP.Net

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-06-02T19:41:50Z Indexed on 2010/06/02 19:44 UTC
Read the original article Hit count: 153

Filed under:
|
|

Hello I am needing to create an unordered list that uses jquery to make it sortable.

I want something like is shown here

How would I do this with ASP.Net? I thought I could just use almost nothing but HTML but it turns out that I need TextBox controls to be in each <li>

How would I most easily do this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery