hello i want to display lable value but not show lable value.here my code
<asp:Label ID="username" runat="server"><a href="Myaccount.aspx?userid=<%= Session["Id"] %>" style=color:#FF9900 /> </asp:Label>
if i remove session["id"] then lable name display but i need session value.
like this <asp:Label ID="username" runat="server"><a href="Myaccount.aspx" style=color:#FF9900 /> </asp:Label>
this is working fine but i need session value. kindly tellme as soon as possible thanks....