N
nicholas
When I transfer variables from 1 page to another I add the variables in the
querystring.
So, in the script of my asp-button I put for ex.:
response.redirect("thenewpage.aspx?myvar=<%= thevariable %>")
problem is that these variables are ofcourse visible in the url
So, what is the best and easiest way to transfer variables from one
aspx-page to another?
(Through a button, as in the example, or with a link.)
THX for help.
querystring.
So, in the script of my asp-button I put for ex.:
response.redirect("thenewpage.aspx?myvar=<%= thevariable %>")
problem is that these variables are ofcourse visible in the url
So, what is the best and easiest way to transfer variables from one
aspx-page to another?
(Through a button, as in the example, or with a link.)
THX for help.