在表格里动态添加图片的方法:
Image img = new Image();
img.Width = 60;
img.Height = 100;
img.ImageUrl = reader["photos"].ToString();
cel.Controls.Add(img);
row.Cells.Add(cel);
这是今天刚学的!感觉不赖!
在表格里动态添加图片的方法:
Image img = new Image();
img.Width = 60;
img.Height = 100;
img.ImageUrl = reader["photos"].ToString();
cel.Controls.Add(img);
row.Cells.Add(cel);
这是今天刚学的!感觉不赖!