Is there a way for an asp .net hyperlink to behave like a label? i.e. with no url specified and no click event (inc. mouse cursor doesn’t change to show it can be clicked)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
a simple hyperlink
with no navigate url is displayed a lable only.
adding this line to the code behind make it bahave like a Hyperlink
or set NavigateUrl property of Hyperlink