G
Guest
Hi Folks,
Can someone please share insight into why this problem is occuring? I've
placed a Hyperlink control onto a webform, and when it compiles and runs,
there is no HREF generated, and the link is in effect unusable.
ASP.Net source:
<asp:HyperLink id="Print" runat="server" NavigateURL='<%#
"PrintResumeDetail.aspx?ResumeID=" + Request.Params.Get("ResumeID") %>'
CssClass="btn">Print</asp:HyperLink>
Browser generated source:
<a id="Print" class="btn">Print</a>
Thank you in advance.
Michael
Can someone please share insight into why this problem is occuring? I've
placed a Hyperlink control onto a webform, and when it compiles and runs,
there is no HREF generated, and the link is in effect unusable.
ASP.Net source:
<asp:HyperLink id="Print" runat="server" NavigateURL='<%#
"PrintResumeDetail.aspx?ResumeID=" + Request.Params.Get("ResumeID") %>'
CssClass="btn">Print</asp:HyperLink>
Browser generated source:
<a id="Print" class="btn">Print</a>
Thank you in advance.
Michael