J
jobs
I have a gridview on another page with a column that will link to this
page. I'm flirting with design options, but am considering a template
field with hyperlink navigateurl that includes a query string ?
search=mydata container.
My question/challenge, is that I want to use that query string to set
a textbox on the called page, but then need the query string to no
longer be visible in the url espectially after a refersh or other
selection. I guess I could use response.redirect to clear the query
string, but won't that cause my textbox viewstate to be cleared
defeating the whole exercise.
None of this would be a problem, If I could somehow link a gridview
column to a subroutine where I set a session variable and call the
destination search page. A session variable would be easy to remove
after using it. In this scinereo, how can I like data in a gridview to
a row command or codebehind subrutine on the same page?
Thanks for any help or information!
page. I'm flirting with design options, but am considering a template
field with hyperlink navigateurl that includes a query string ?
search=mydata container.
My question/challenge, is that I want to use that query string to set
a textbox on the called page, but then need the query string to no
longer be visible in the url espectially after a refersh or other
selection. I guess I could use response.redirect to clear the query
string, but won't that cause my textbox viewstate to be cleared
defeating the whole exercise.
None of this would be a problem, If I could somehow link a gridview
column to a subroutine where I set a session variable and call the
destination search page. A session variable would be easy to remove
after using it. In this scinereo, how can I like data in a gridview to
a row command or codebehind subrutine on the same page?
Thanks for any help or information!