ASP.NET中自定义提示对话框1.在需要的地方调用下面的方法:
ASP.NET中自定义提示对话框CommonScript.MessageBox(
"100006",this) ; 
ASP.NET中自定义提示对话框 
ASP.NET中自定义提示对话框
2.上面用到的CommonScript类里的MessageBox方法:
ASP.NET中自定义提示对话框
public static void MessageBox(string str_ErrCode, Page page)

相关文章: