Guys, I need your help on this case
This is my error:
[Error 194 The base class includes the field 'PlanImg', but its type (System.Web.UI.HtmlControls.HtmlImage) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlGenericControl)]
.aspx
[<li><p onclick="SetSelectedTab(1,'../XXXXXX/XXXXXX.aspx')"><span runat="server" ID="PlanImg" datasrc="#DTSRC" datafld="link1"></span></p></li>]
.aspx.cs
[PlanImg.Visible = true;]
This error is taking me too much time and hair, I need help :(
Thanks!!!