摘要: /// /// 弹出消息框 /// /// public void MessageBox( string msg) { msg = msg.Replace("'", "\\'"); msg = msg.Replace("\r\n", "\\r\\n"); this.Page.ClientSc... 阅读全文
posted @ 2012-02-01 16:33 顿金 阅读(139) 评论(0) 推荐(0)
摘要: 前台: " /> ...... 后台: protected void btn_BulkDel(object sender, EventArgs e) { string ret = ""; string ids = Sxmobi.Tools.GetRequestVal("del... 阅读全文
posted @ 2012-02-01 16:30 顿金 阅读(141) 评论(0) 推荐(0)