Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys, is it possible to call the code behind click event from javascript?

If it is possible PLEASE provide some examples.

Thanks in advance!

P.S I do not want to do this using a web method.
Posted
Updated 29-Jun-11 9:32am
v3

Yes, it's called AJAX. You can write your own AJAX code, or use the ASP.NET AJAX library. In both cases, the web abounds with examples.
 
Share this answer
 
check this out, it will help you a lot:

http://stackoverflow.com/questions/3713/call-asp-net-function-from-javascript[^]

hope it helps :)
 
Share this answer
 
 
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