I have an UpdatePanel inside a ModalPopup. Inside the UpdatePanel I have a Datagrid and all works well. (Love Ajax and Partial Postback!)
I then dediced to let the user drag the popupwindow. But, when the user drags the popup to a different location, then interacts with the DataGrid (e.g. Edit a record, sort the column, page navigation, etc.), the popup window repositions itself to the starting location after postback.
Any idea on how to keep the popup in the location it was dragged after postback?
Any info appreciated... Thanks in advance for your help.