IM提醒:QQ|MSN
IM提醒:QQ|MSN|Skype|Gtalk|Email
手机订阅
http://www.shidongliang.cn/wap
邮箱订阅
feedsky
RSS订阅
Rss首页
抓虾
Rojo
google reader
netvibes
my yahoo
newsgator
bloglines
鲜果
哪吒
有道
QQ邮箱
九点
ASP.NET - C# - RegisterClientScriptBlock 过时


警告“System.Web.UI.Page.RegisterClientScriptBlock(string, string)”已过时:“The recommended alternative is ClientScript.RegisterClientScriptBlock(Type type, string key, string script). http://go.microsoft.com/fwlink/?linkid=14202”

如果出现类似的警告,则应该这样处理:
如:
RegisterClientScriptBlock("js", "<script language=javascript>alert('设置成功!');</script>");
目的是要给予操作提示。

可以改为:
ClientScript.RegisterStartupScript(this.GetType(), "", "<script>alert('设置成功!');</script>"); 

评论
昵称:     邮箱:    网址:
标题:
内容:
        

       

网站首页 后台管理 渝ICP备09008377号 联系站长
Copyright © 2009 - 2010 ShiDongLiang. All Rights Reserved