How to call server side function in Javascript
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
This will get you started: Page Method[^]
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Apart from PageMethods (as already suggested), there are few other ways to interact with server side through client side(Javascript): 1. XMLHttpRequest[^] 2. Callback[^] 3. WebService call[^]