[jQuery] Re: Does jQuery support the postback?

2009-01-18 Thread MorningZ
> for example, in sorting feature of jQuery, if the end user changed the > items using jQuery and the he posted back the aspx page, can i handle > the new order in the server? No automatically... as there is no "order" data available on postback you'll have to make an AJAX call to update the

[jQuery] Re: Does jQuery support the postback?

2009-01-18 Thread Armand Datema
Hi Can you explain this a bit more DO you want to resort the items after an asp.net postback or do you want to pas the sorting back to asp.net backend code On Sun, Jan 18, 2009 at 1:04 PM, Mostafa Absy wrote: > > Dears, > > what about postback? > > for example, in sorting feature of jQuery, i