Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to call server side function from javascript function without using ScriptManager and ajax..when i clicking the button i want to call javascript function, inside javascript function i want call the server side function...Pls friends help me..
Posted

1 solution

There are couple of ways to interact with server side through client side(Javascript) without using ScriptManager:
1. XMLHttpRequest[^]
2. Callback[^]
 
Share this answer
 
Comments
Musa.AJ 23-May-12 9:57am    
Can you give the sample code for this..pls
Sandeep Mewara 23-May-12 14:13pm    
Links already have the examples.
Musa.AJ 24-May-12 1:37am    
ya very thanks sandeep...
Sandeep Mewara 24-May-12 4:12am    
Welcome.

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