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

搜索资源列表

  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. DataGrid删除确认及Item颜色交替

  2. 有时候我们需要在删除DataGrid中Item相对应的数据时, 可以在DataGrid的Item 中产生颜色交替的效果。
  3. 所属分类:其它

    • 发布日期:2008-11-02
    • 文件大小:26624
    • 提供者:wxjun1026
  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