Is it possible to have a server-side click handler for a hyperlink?
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.
Consider converting your hyperlink, perhaps it’s an
<a>tag, to a ASP.NET server side control: LinkButton.It’s not clear from the question what you’d like to do server side. From here, you can call custom code and basically do anything once it’s posted back.