博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

C#弹出对话框

Posted on 2009-05-12 15:42  hyd309  阅读(1225)  评论(0编辑  收藏  举报


ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "NoInformation", "alert('" + str + "');", true);

Response.Write("<script>alert('"+ str +"')</script>");