UpdatePanel里面弹出确认按纽

        private void Alert(UpdatePanel updatePanel, string msg)
        {
            ScriptManager.RegisterClientScriptBlock(updatePanel, 
this.GetType(), """alert('" + msg + "')"true);
        }


posted on 2010-02-21 14:48  石牌村夫  阅读(412)  评论(0编辑  收藏  举报