N
ndario
i am trying to transfer a user to another page with Server.Transfer()
but i am having a problem with sending query params like this
Server.Transfer("newPage.aspx?param=value");
in the PageLoad method of the newPage.aspx.cs,
Request.QueryString["param"] is allways null. is there any way to
transfer to another page, but to recive a param on the another page. i
even try with response.redirect, but it doesn't help. also, puting
value in the session wasn't visible in the newPage.
am i doing something wrong?
but i am having a problem with sending query params like this
Server.Transfer("newPage.aspx?param=value");
in the PageLoad method of the newPage.aspx.cs,
Request.QueryString["param"] is allways null. is there any way to
transfer to another page, but to recive a param on the another page. i
even try with response.redirect, but it doesn't help. also, puting
value in the session wasn't visible in the newPage.
am i doing something wrong?