if (auth_nav == "admin")
{
Label1.Text = "<nav><ul><li><a href='products.aspx'>Add products</a></li><li><a href='login.aspx'>Edit/delete products</a></li></ul></nav>";
}
<asp:Label ID="Label1" runat="server"></asp:Label>
Thoughts?
thanks

New Topic/Question
Reply



MultiQuote








|