abrudtkuhl
ISP
I am developing an online data access system. I have a master/detail page and all that fun stuff. But, when i update, i am passing a primary key as a URL parameter. So, after updating a record, I have the page redirected back to the master page. But, when this is done, the url parameter passes with it.
ex.
after updating:
--thus far it works.
but then when i want to navigate again from the master page it looks like the following:
Obviously this will not work as this URL does not exist.
My question is: Is there anyway to go to master.asp after updating the record instead of carrying the URL parameter?????
Thanks..
ex.
after updating:
--thus far it works.
but then when i want to navigate again from the master page it looks like the following:
Obviously this will not work as this URL does not exist.
My question is: Is there anyway to go to master.asp after updating the record instead of carrying the URL parameter?????
Thanks..