querystring resubmission
-
Hi.. Any help would be appreciated.. thanks I am using a querystring to send some variables to another page where I use them - that works fine. However, If I hit the BACK button on my browser, make a change in one of those values that will be resubmitted via querystring to the other page, and click the submit button - it is as if the data is not sent through the querystring. Is there someway I need to reset the querystring for resubmission or something? thx cav "Nothing is at last sacred, but the integrity of your own mind." "What lies behind us and what lies before us are nothing compared to what lies within us." - Ralph Waldo Emerson
-
Hi.. Any help would be appreciated.. thanks I am using a querystring to send some variables to another page where I use them - that works fine. However, If I hit the BACK button on my browser, make a change in one of those values that will be resubmitted via querystring to the other page, and click the submit button - it is as if the data is not sent through the querystring. Is there someway I need to reset the querystring for resubmission or something? thx cav "Nothing is at last sacred, but the integrity of your own mind." "What lies behind us and what lies before us are nothing compared to what lies within us." - Ralph Waldo Emerson
Make sure that you are not caching this page. You can edit a META-TAG setting for this. Just to rule that out, not to say this will solve your problem. Have you debugged this, to see why the querystring values are not getting updated ? Set a break point where the querystring values get populated. HTH
R.Bischoff .NET, Kommst du mit?
Great Freeware -> Abilon - Rss Reader | Zip Genius | SmartFTP -
Make sure that you are not caching this page. You can edit a META-TAG setting for this. Just to rule that out, not to say this will solve your problem. Have you debugged this, to see why the querystring values are not getting updated ? Set a break point where the querystring values get populated. HTH
R.Bischoff .NET, Kommst du mit?
Great Freeware -> Abilon - Rss Reader | Zip Genius | SmartFTPNo. I am not caching.. I think I figured out what was causing that specific problem.... Thanks for the advice! "Nothing is at last sacred, but the integrity of your own mind." "What lies behind us and what lies before us are nothing compared to what lies within us." - Ralph Waldo Emerson