I have several small divs which utilizing jQuery draggable. These divs are placed in an update panel, and on dragstop I use the _doPostBack() JavaScript function. where i extract necessary information from the pages form.
My problem is that when i call this function the whole page is re-loaded but i only want the update panel to be re-loaded.
Any help would be much appreciated.
Thanks, Shawn