开发者

How can we call pages

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜