c# - adding hyperlink between the label in asp.net -


I want to display the message within the label with the code back. My code looks like

  lblmsg.Text = "success: you & lt; / a & gt;" in your shopping cart; + Pujanam + "& lt; a href =" ShoppingCart.aspx "& gt;;   

Here the" Pujan "is being removed from the database which is coming correctly And secondly I want to include the "shopping cart" text which is a hyperlink to another page, but I am getting the error. I would be happy if someone guides me Thankyou

You can try that it is working for me.

  lblmsg.Text = "success: you Your shop C Cart & quot; + Pujanam +    

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -