Monday, March 26, 2012

Call server side function from javascript using ajax

Hi,

I want to call a server side function from javascript. Using Ajax.dll I am able to call a simple server side function but server side function containing webservice cannot be called. Does anyone have solution for this?

You should start out by watching this video:http://www.asp.net/learn/ajax-videos/video-79.aspx

Hope it helps


Thanks for the video.

It worked with ajax.dll. I had missed the Script service namespace in web service.

No comments:

Post a Comment