I have an asp page with a large amount of javascript and ajax. A good bit of the controls are redrawn with ajax depending on the user's selections, as well as being populated using javascript and/or ajax.
Everything is working beautifully.
However, if the user proceeds to the next page, and decides that he/she wants to go back to the previous page. None of the ajax changes remain, as well as most of the javascript changes.
All of the data on the first page is saved into a database on completion of the whole process, so I know that the information is posting to the server, since I recall a good bit of it.
Does anyone know of a fix.
ps: I did not post any code on purpose, not necessarily for security reasons, but because the code is so involved, that it would fill up this little box many times over, and there is no specific section of code that suffers from this, it's all of it.
Thanks
Everything is working beautifully.
However, if the user proceeds to the next page, and decides that he/she wants to go back to the previous page. None of the ajax changes remain, as well as most of the javascript changes.
All of the data on the first page is saved into a database on completion of the whole process, so I know that the information is posting to the server, since I recall a good bit of it.
Does anyone know of a fix.
ps: I did not post any code on purpose, not necessarily for security reasons, but because the code is so involved, that it would fill up this little box many times over, and there is no specific section of code that suffers from this, it's all of it.
Thanks