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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -