Hi,
how to give hyperlink to the label control dynamically in asp.net, please share the solution to me.
Thank you,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
chellappan pandiarajanPosted Jan 18, 2013, 5:53 AM
If you want to make hyperlink to the label in design view then just use the below
Design View
By using the Code you want to create hypertext means use the below
Dynamically by Code
Label1.Text = "Click Here"
- Pandian