Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to call the c# method in JavaScript in Asp.net


advance thanks
Posted
Comments
Ankur\m/ 1-Aug-12 4:50am    
Did you try Googling it? If not, give it a shot, I am sure you won't be disappointed.

see similar thread

Call C# Method From JavaScript[^]
 
Share this answer
 
Comments
vvsnmurty 1-Aug-12 5:10am    
this is for win-forms. i want webapps
Before asking a question here, always always try google first[^].

If you ask easily Googled problems people will not help you. If you've had no luck on google, then say so.
 
Share this answer
 
You want to know how to talk to server from Javascript.
There are few ways to interact with server side through client side(Javascript):
1. XMLHttpRequest[^]
2. Callback[^]
3. WebService call[^]
4. PageMethod[^]

Pick one that suits you.
 
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