Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone Pls explain in short what is meant by ScriptService attribute and WebMethod attribute.
I need to call a method using AJAX.
Posted

Add a new item in your project, choose Web Service and you'll see a comment about ScriptService. It's an attribute on your class. There will also be a dummy WebMethod in there.

Then let us know if there is something specific you need.
 
Share this answer
 
Comments
Tejal S 9-Jan-13 9:17am    
Thank you :)

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