您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ASP.NET程序中常用的三十三种代码.txt

  2. ASP.NET程序中常用的三十三种代码 1. 打开新的窗口并传送参数:   传送参数: response.write("")   接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1");   2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm(’确认?’)"); button.attributes.add("onclic
  3. 所属分类:C#

    • 发布日期:2011-03-16
    • 文件大小:20480
    • 提供者:bbyexiaolong
  1. ASP.NET常用代码

  2. ASP.NET常用代码 1. 打开新的窗口并传送参数: 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 2.为按钮添加对话框 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Re quest.QueryString("
  3. 所属分类:C#

    • 发布日期:2008-12-31
    • 文件大小:23552
    • 提供者:sunyuanhong
  1. Global.asax的Application_Error实现错误记录/错误日志的代码

  2. 本文为大家介绍下利用Global.asax的Application_Error实现错误记录,具体如下,有此需求的朋友可以参考下,希望对大家有所帮助
  3. 所属分类:其它

    • 发布日期:2020-10-26
    • 文件大小:30720
    • 提供者:weixin_38599412
  1. Global.asax的Application_Error实现错误记录/错误日志的代码

  2. 利用Global.asax的Application_Error实现错误记录 错误日志 代码如下: void Application_Error(object sender, EventArgs e) { // 在出现未处理的错误时运行的代码 Exception ex = Server.GetLastError().GetBaseException(); StringBuilder str = new StringBuilder(); str.Append(“\r\n” + DateTime.N
  3. 所属分类:其它

    • 发布日期:2021-01-02
    • 文件大小:35840
    • 提供者:weixin_38688855