Priyanka Singh

Priyanka Singh

  • 655
  • 1.4k
  • 624.3k

How to put hyperlink in conditional statement.

Dec 6 2018 11:11 PM
How we put hyperlink in Condition Statement in asp.net
 
<asp:label ID="Label1" Visible='<%#Eval("attachment")!= ""?"":<%#Eval("attachment") %>' runat="server">
we have to put hyperlink on attachement

Answers (6)