开发者

How can we call pages

开发者 https://www.devze.com 2023-02-26 01:52 出处:网络
in asp.net (with VB) how can we redirect (in code Behind) our pa开发者_高级运维ge to another one?Response.Redirect(\"/WhateverUrl.aspx\")Using Response.Redirect.

in asp.net (with VB) how can we redirect (in code Behind) our pa开发者_高级运维ge to another one?


Response.Redirect("/WhateverUrl.aspx")


Using Response.Redirect.


Response.Redirect("newUrl.html")

To transfer the page w/o changing the browser's URL:

Server.Transfer("newUrl.html")
0

精彩评论

暂无评论...
验证码 换一张
取 消