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

2011年1月14日

摘要: 提示正确:MessageBox MBx = new MessageBox(); MBx.M_Type = 2; MBx.M_Title = "操作成功"; MBx.M_IconType = Icon_Type.OK; MBx.M_Body = "添加用户成功,新增用户的默认密码是:" + tempdeaultpwd + ",请及时修改。"; MBx.M_ButtonList.Add(new sys_NavigationUrl("继续添加", "Manager/User/AddUser.aspx", "", UrlType.Href, false)); MBx.M_ButtonList.Add( 阅读全文

posted @ 2011-01-14 15:15 傷ロ丄の盐ㄜ 阅读(448) 评论(0) 推荐(0) 编辑