onclick event for anchor tag
-
Hi all i have a doubt i.e is it possible to call a function(not javascript function) on anchor tag onclick. i wrote a function in aspx code page and i want to cal that function on anchor tag onclick. can you plz help me... thank you
siri
-
Hi all i have a doubt i.e is it possible to call a function(not javascript function) on anchor tag onclick. i wrote a function in aspx code page and i want to cal that function on anchor tag onclick. can you plz help me... thank you
siri
Hi, Definately it is possible. you have to make ur anchor tag as runat="server" than define onclick="function_name" Hope this helps you.
Hello Forum Always be in touch to help about the topic ASP.NET
-
Hi, Definately it is possible. you have to make ur anchor tag as runat="server" than define onclick="function_name" Hope this helps you.
Hello Forum Always be in touch to help about the topic ASP.NET
thanku.. i will try this
siri
-
Hi all i have a doubt i.e is it possible to call a function(not javascript function) on anchor tag onclick. i wrote a function in aspx code page and i want to cal that function on anchor tag onclick. can you plz help me... thank you
siri
IN this case, best way to use Server Hyperlink control