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

搜索资源列表

  1. 2007-09-01多功能DataGrid(C#) myDataGrid.rar

  2. 2007-09-01多功能DataGrid(C#) myDataGrid.rar
  3. 所属分类:C#

    • 发布日期:2009-07-14
    • 文件大小:1mb
    • 提供者:lsydzm
  1. 强化DataGrid控件功能代码

  2. Windows窗体DataGrid控件是NET 1.0/1.1推出的控件,在VS2005中亦可以继续使用,虽然它在功效方面不如NET 2.0新增的控件DataGridView,但它仍有用武之处,特别是对于已完成的项目中使用了该组件时,没有必要更换它,只需简单地引用这节设计的MyDataGrid组件来强化DataGrid控件。通过自定义类的设计来增强该控件的功能,使DataGrid 具有查找、筛选、排序、显示或隐藏列控制、读写列控制以及同步数据内容导出的功能,并且以上下文菜单的形式封装这些功能,
  3. 所属分类:VB

    • 发布日期:2010-02-18
    • 文件大小:449kb
    • 提供者:ls_hndd
  1. MyDataGrid

  2. DataGrid的使用,动态加载xmllist数据
  3. 所属分类:Java

  1. myDataGrid

  2. myDataGrid
  3. 所属分类:Veritas

    • 发布日期:2008-03-13
    • 文件大小:1mb
    • 提供者:wahfai
  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
    • 文件大小:20kb
    • 提供者:bbyexiaolong
  1. ASP.NET常用代码

  2. 1. 打开新的窗口并传送参数: 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 2.为按钮添加对话框 传送参数: response.write("") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryS tring("id1"); 2.为按钮
  3. 所属分类:Web开发

    • 发布日期:2011-03-18
    • 文件大小:125kb
    • 提供者:raydenzhang
  1. 。NET经典技术

  2. 程序的学习是一个循序渐进的过程,一些常用的或经典代码应该保存下来以便日后使用。本文就给出一些.net的经典代码,希望对大家有所帮助……   1.弹出对话框.点击转向指定页面   Response.Write("");   Response.Write("");   2.弹出对话框   Response.Write("");   3.删除文件  string filename ="20059595157517.jpg"; pub.util.DeleteFile(HttpContext.Curre
  3. 所属分类:C#

    • 发布日期:2012-02-16
    • 文件大小:63kb
    • 提供者:love70song
  1. ASP.NET程序中常用的三十三种代码

  2. string a = Request.QueryString("id"); string b = Request.QueryString("id1");   2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm(’确认?’)"); button.attributes.add("onclick","if(confirm(’are you sure...?’)){return true;}else{return false;}")
  3. 所属分类:C#

    • 发布日期:2012-05-04
    • 文件大小:74kb
    • 提供者:l_dotnet
  1. ASP.NET常用的三十三种实用代码

  2. 1. 打开新的窗口并传送参数: 传送参数: response.write("<scr ipt>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1;="+...+"’)</scr ipt>") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 2.为按钮添加对话框 Button1.Attributes.Add(
  3. 所属分类:C#

    • 发布日期:2012-05-30
    • 文件大小:103kb
    • 提供者:wangpwp123
  1. 我收集的ASP·net技巧上百篇.chm

  2.  经常碰到DataGrid中要显示一个数据,先要用IF语句判断其值,然后决定怎样显示.问题是,DataGrid中不可直接写条件语句,怎样实现呢?这里我用了两种方法。 方法一:在把数据绑定到DataSet后,更改里面的数据,例如: SqlDataAdapter myCmd=new SqlDataAdapter(strSql,myConn); DataSet ds=new DataSet(); myCmd.Fill(ds,"操作员"); for(int i=0;i<ds.Tables[0].
  3. 所属分类:Web开发

    • 发布日期:2012-11-30
    • 文件大小:4mb
    • 提供者:ab0423
  1. .net连接mysql的驱动程序

  2. .net连接mysql的provider 里面除了dll还有帮助文档和例子 引用其DLL,之后简单代码如下,和普通的用data.sqlclient差不多。 using MySql.Data.MySqlClient; ........ MySqlConnection myConnection=new MySqlConnection("server=localhost;user id=root;password=XXXX;database=baby"); string sql="select *
  3. 所属分类:其它

    • 发布日期:2008-08-27
    • 文件大小:1mb
    • 提供者:whotmmd
  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
    • 文件大小:23kb
    • 提供者:sunyuanhong
  1. webfrom-逗号分隔然后删除最后一个逗号.pdf

  2. CheckBox chk; string strArray = ""; string itemList = ""; int num = 0; foreach (DataGridItem it in MyDataGrid.Items) { chk = (CheckBox)it.Cells[0].Controls[1]; if (chk.Checked) { strArray += it.C ells[1].Text + ";"; itemList += it.Cells[9].Text + ",
  3. 所属分类:C#

    • 发布日期:2019-08-21
    • 文件大小:40kb
    • 提供者:u012088400
  1. DataGrid同时具有分页和排序功能及注意点

  2. 当DataGrid同时具有分页和排序功能时应注意在重新绑定数据源时,MyDataGrid.CurrentPageIndex=0;下面给实现以上功能的原码,也就不多缀了aspx中包含有DataGrid和控制其数据源变化的dropdownlistDataGrid代码  <asp:datagrid id=”MyDataGrid” runat=”server” BorderColor=”#CCCCCC” Font-Size=”100%” HorizontalAlign=”Center”      
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:45kb
    • 提供者:weixin_38547409