本文介绍了System.Data.DataRowView'不包含名为'ProductID'的属性。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经使用图像作为超链接。
每当调用图像存储过程的clik时,在下面的ProductID传递时,bt错误就会超过错误。
和商店程序完美运作....
I have used image as hyperlink.
Whenever clik on the image store procedure is called ,and below ProductID is passed bt at that time above error ouccured..
and store procedure work perfectly....
<asp:HyperLink ID="hl" runat="server"
NavigateUrl='<% # "~/Product/ProductDetails.aspx?ProductID=" + Eval("ProductID") %>'>
<asp:Image ID="imgProduct" runat="server" ImageUrl='<%# Eval("ImagePath") %>' /></asp:HyperLink>
推荐答案
这篇关于System.Data.DataRowView'不包含名为'ProductID'的属性。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!