C#怎么把数据库里的图片路径加载到图片里??

privatevoiddataGridView1_CellClick(objectsender,DataGridViewCellEventArgse){inti=e.Ro... private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)
{
int i = e.RowIndex;
if (i < 0) return;
txt__id.Text = dataGridView1.Rows[i].Cells[0].Value.ToString();
txt_xm.Text = dataGridView1.Rows[i].Cells[1].Value.ToString();
com_dtt.Text = dataGridView1.Rows[i].Cells[2].Value.ToString();
string sex = dataGridView1.Rows[i].Cells[3].Value.ToString();
if (sex == "男") rbt_man.Checked = true;
else rbt_women.Checked = true;
string mg = dataGridView1.Rows[i].Cells[4].Value.ToString();
if (mg == "已婚") rbt_yh.Checked = true;
else rbt_wh.Checked = true;
dateTimePicker1.Value = Convert.ToDateTime(dataGridView1.Rows[i].Cells[5].Value.ToString());
txt_adr.Text = dataGridView1.Rows[i].Cells[6].Value.ToString();
txt_tel.Text = dataGridView1.Rows[i].Cells[7].Value.ToString();
txt_datacard.Text = dataGridView1.Rows[i].Cells[8].Value.ToString();
txt_cpy.Text = dataGridView1.Rows[i].Cells[9].Value.ToString();
pictureBox1.Image = Image.FromFile(dataGridView1.Rows[i].Cells[10].Value.ToString());//这句错了,请大神们改改
}
展开
 我来答
SWEETSWISS
2017-04-18 · TA获得超过562个赞
知道小有建树答主
回答量:701
采纳率:0%
帮助的人:192万
展开全部
string path=dataGridView1.Rows[i].Cells[10].Value.ToString();
MessageBox.show(path);
看看保存的路径是什么。
你的路径估计不存在或者是相对路径,改成正确的路径即可
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式