Click here to Skip to main content
15,900,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ajaxpro , so that I can call server side method from client side, but
I want to know any other alternatives are their to call a server side method
from client side by passing parameters, and the server method may return result.
so client side method should carry the results.



Thanks in advance
Posted
Updated 19-Mar-11 2:39am
v3

You can get full reference from your own question. :)

Previous post[^]
 
Share this answer
 
You can use ASP.NET PageMethods, http://aspalliance.com/1922[^]
Essentailly, and simplistically, PageMethods creates an in page WebService and may not be supported in all environments.

AJAX is the preferred method for accomplishing this and using a framework like JQuery this becomes easy to do.
 
Share this answer
 
I want to know any other alternatives are their to call a server side method
from client side by passing parameters, and the server method may return result.
so client side method should carry the results.


1. XMLHttpRequest
2. PageMethod
3. Client Callback
 
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