views:

13

answers:

1

Does the script service means creating a webservice in asp.net?

A: 

Yes - except you should indicate that web service will be used from java script by tagging the class with ScriptService attribute (this enables JSON serialization on the end point).

VinayC