Tuesday, December 30, 2008

[jQuery] Re: Drag and Drop Sortable List and ASP.Net

Viewstate is the probable enemy in your case.... as that "remembers"
the current state of the form and is does not reflect changes on the
client side

Time to ditch the postback model and use AJAX calls to handlers (ashx)
and such


On Dec 30, 6:50 pm, cantelopehead <kurtstric...@yahoo.com> wrote:
> I have a drag and drop sortable list that uses jQuery and the UI
> finally works great.  The problem I'm having is that the ASP button
> I'm using POSTs back to the server the items in the original order.
> How do I get the modified sequence back to the server?  Just looking
> for some general guidance or links to examples that would cover this
> example.  I can post code, but this seems pretty basic. thanks in
> advance.

No comments: