J
jobs
I have a gridview with data that's a link to another page.
I want to pass search information to the called page, but I don't want
that query string to remain in the address line beyond the initial
call.
Say my like looks like this, mypage.aspx?search="whatever"
should my users make a selection on the page or even refresh, I want
the ?search to go away.. what's the best way to address this
without forcing a response redirect?
Thanks for any help or information.
I want to pass search information to the called page, but I don't want
that query string to remain in the address line beyond the initial
call.
Say my like looks like this, mypage.aspx?search="whatever"
should my users make a selection on the page or even refresh, I want
the ?search to go away.. what's the best way to address this
without forcing a response redirect?
Thanks for any help or information.