码迷,mamicode.com
首页 > 其他好文 > 详细

4中页面跳转的方法

时间:2014-05-09 05:10:38      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:style   blog   ext   http   width   c   

1超链接

2Response.Redirect("UrlString")

重定向

服务器给浏览器的一个重定向指令

过程:浏览器操作--服务器编译--返回页面--浏览器按新URL发出请求--服务器回响应新的URL--编译新页面--返回浏览器

3Server.Transfer("UrlString")

bubuko.com,布布扣

服务器重定向

在服务器发生而不通知浏览器

4PostBackUrl

bubuko.com,布布扣

页面静态超链接:

<a href=http://baidu.com>百度</a>

WEB控件,动态添加

HyperLink hl=new HyperLink();

hl.NavigateUrl="http://baidu.com";

hl.Text="百度";

PanleControl.Controls.Add(hl);

实例

bubuko.com,布布扣

Response.Redirect和Server.Transfer比较:

bubuko.com,布布扣

4中页面跳转的方法,布布扣,bubuko.com

4中页面跳转的方法

标签:style   blog   ext   http   width   c   

原文地址:http://www.cnblogs.com/914556495wxkj/p/3716130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!