I have a few custom SPServices actions on several of our pages. They worked fine in SP 2007, now they've upgraded to SP 2010...a few things are broken. Mainly, things that load content after the fact cause the whole page to reload.
So my page is like a 'wizard' that hides and shows a series of controls. You type into a text box, click the button, select an item in a listbox, click a button, etc...
Problem is, when the script runs, the page reloads in conjunction...which removes the content and the variables that had been collected from the user.
Any ideas?
Don
So my page is like a 'wizard' that hides and shows a series of controls. You type into a text box, click the button, select an item in a listbox, click a button, etc...
Problem is, when the script runs, the page reloads in conjunction...which removes the content and the variables that had been collected from the user.
Any ideas?
Don