• datagridview 定制日历控件

    datagridview中定制日历控件,样式还不错。建议参考!

    5
    216
    74KB
    2012-05-24
    20
  • .net中DataGridView异步加载大批量数据

    多线程异步加载大批量数据到Datagridview中,没次加载1000条数据。 引用DLL,调用方法: string sql = "select top {0} * from {2} where FItemID not in (select top {1} FItemID from {2})"; string tbName = "b_material"; Dictionary<string, string> dic = new Dictionary<string, string>(); dic.Add("sql", sql); dic.Add("tbName", tbName); dic.Add("sqlConn", "server=192.168.1.254;user=sa;pwd='';database=APS20091223114023"); DgvShowPager d = new DgvShowPager(this.dataGridView1, dic); d.ShowDataPager(); 不明白的可以加我QQ:253874510

    4
    1560
    9KB
    2010-06-08
    31
  • WAP开发教程,详细介绍WAP开发的整个流程

    最完整的WAP教程(PDF) 从安装到编程.近似手把手指导. 师傅领进门,修行在个人.

    0
    36
    3.08MB
    2009-12-09
    9
  • 操作系统作业调度

    操作系统课程设计,源程序,C++写的

    3
    52
    6KB
    2008-07-05
    10
上传资源赚积分or赚钱