Click here to Skip to main content
16,015,047 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am having <a id="asignout" name="asignout" runat="server" clientidmode="Static"> in master page

and it renders as <a href="java<!-- no -->script:__doPostBack('ctl00$ctl00$asignout','')" name="asignout" id="asignout"></a>

so I am not able to get the event.

any body knows how to get the event of this <a> tag?

please help.
its urgent.

Thank you in adv.
Posted
Updated 23-Oct-11 9:56am
v2

1 solution

What event do you want. Is it server side click event or client side event. If you are thinking to get a server side event use a LinkButton control. If its client side do not put runat="server" attribute in tag.
 
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