会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
webcs
博客园
首页
新随笔
联系
订阅
管理
2009年10月11日
ASP.NET页面刷新方法总结
摘要: 先看看ASP.NET页面刷新的实现方法:第一: privatevoid Button1_Click( object sender, System.EventArgs e ) { Response.Redirect( Request.Url.ToString( ) ); }第二: privatevoid Button2_Click( object sender, System.EventArgs ...
阅读全文
posted @ 2009-10-11 23:05 webcs
阅读(516)
评论(0)
推荐(3)
编辑
公告