V
Vinod Jajoo
When using
CType(e.Item.FindControl("imgProduct"),
System.Web.UI.WebControls.Image).ImageUrl
I am getting following error :
c:\inetpub\wwwroot\BoTree\products.aspx.cs(132): The name 'CType' does not
exist in the class or namespace 'BoTree.products'
Thanks
Vinod Jajoo
CType(e.Item.FindControl("imgProduct"),
System.Web.UI.WebControls.Image).ImageUrl
I am getting following error :
c:\inetpub\wwwroot\BoTree\products.aspx.cs(132): The name 'CType' does not
exist in the class or namespace 'BoTree.products'
Thanks
Vinod Jajoo