- C# code
<img alt="" height="30" src="<%# Eval("BP_BPImgUrl1") %>" /><img alt="" height="30" src="<%# Eval("BP_BPImgUrl2") %>" /><img alt="" height="30" src="<%# Eval("BP_BPImgUrl3") %>" />
我要在后台gvProduct_RowDeleting()方法获取三张图片的url,然后删除本地问题。我该怎么获取?
------解决方案--------------------------------------------------------
string iId = GridView1.DataKeys[e.RowIndex].Value.ToString()//获取ID
查询数据库返回字段
在进行删除