Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I’m going crazy trying to figure this out one.
I’m dynamically creating links < a href…..>abc</a> and when clicked on one, it has to postback. I need to handle the event and the link has to pass a value.
I can not use linkButton because these links will be the text on a calendar control.
So the goal is that the user clicks on an event on the calendar and it shows the event information without leaving the page.
Is there a way to achieve this?

Thanks,
Posted
Updated 16-Feb-12 11:29am
v2

1 solution

Use Hyperlink control. It is rendered as an anchor element.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900