Hi,
I have panel in an AJAX UpdatePanel.
I need to change its position by changing its CSS class - this works fine.
However on PostBack panel returns to original position and I need it to stay in position I moved it to.
Notes.
- The Update panel needs to be frequently Posted Back to.
- I am changing the CSS by invoking a JavaScript function with AJAX tool kit 'ScriptAction' tool.
- I don't know JQuery so, if possible any answers not in this would be a big help - thank you.
Thank you