摘要:
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
阅读(111261)
评论(2)
推荐(7)

浙公网安备 33010602011771号