• FlashUpload.Flash上传图片

    Asp.Net 上传图片 能够批量上传图片,并生成小图.....

    0
    25
    500KB
    2014-05-08
    0
  • VB.net中SQL SERVER与ACCESS区别

    做了一个SQL SERVER 转ACCESS的项目,写了一些转化时容易碰见的区别

    0
    76
    17KB
    2012-11-29
    9
  • SSH做的网上购书系统

    使用SSH框架做的网上购书系统附带数据库备份文件,数据库使用Mysql。

    5
    33
    21.5MB
    2011-09-13
    5
  • ASP.Net通讯录

    protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { ShowAll(); } } protected void btnSearch_Click(object sender, EventArgs e) { string key = this.txtkey.Text.Trim();//定义变量获取文本框值 if (key != "") { SqlConnection con = new SqlConnection(); con.ConnectionString = "Data Source=.;Initial Catalog=AddressList;Integrated Security=true"; con.Open(); SqlCommand cmd = new SqlCommand(); cmd.Connection = con; cmd.CommandText = "select * from address_list where Name like '%" + key + "%'or Address like '%" + key + "%' or Email like '" + key + "' or Tel like '" + key + "'"; SqlDataReader dr = cmd.ExecuteReader(); this.GridView1.DataSource = dr; this.GridView1.DataBind(); dr.Close(); con.Close(); } else { ShowAll(); } } protected void btnAdd_Click(object sender, EventArgs e) { Response.Redirect("add.aspx"); }

    4
    96
    1.39MB
    2010-12-27
    0
  • GitHub

    绑定GitHub第三方账户获取
关注 私信
上传资源赚积分or赚钱