码迷,mamicode.com
首页 > Windows程序 > 详细

C# 代码 设置 前台 页面 JS提示

时间:2017-01-09 16:14:26      阅读:292      评论:0      收藏:0      [点我收藏+]

标签:public   tar   tty   div   ups   art   script   方法   pre   

方法1:

Page.ClientScript.RegisterStartupScript(this.GetType(), "", "<script>alert(‘添加成功!‘);</script>");

方法2:(已经过时)

public void Alert(String warning)
    {
        Page.RegisterStartupScript("hint","<script defer=‘defer‘>window.alert(‘" + warning + "‘)</script>");
}

C# 代码 设置 前台 页面 JS提示

标签:public   tar   tty   div   ups   art   script   方法   pre   

原文地址:http://www.cnblogs.com/generalLi/p/6265463.html

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