摘要: private void button1_Click(object sender, EventArgs e) { string path = this.textBox1.Text; byte[] imgBytesIn = SaveImage(path); ShowImgByByte(imgBytesIn); //Parameters.Add("@Photo", SqlDbType.Binary).Value = imgBytesIn; } /... 阅读全文
posted @ 2012-09-04 21:38 Alec-Yin 阅读(111087) 评论(2) 推荐(7) 编辑
更多前端博客,访问:http://lhyin.com