7
Shouts

Calling ASP.NET Web Service Using Jquery - Part II - Passing Parameters

published 809 days, 5 hours, 43 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 811 days, 2 hours, 54 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 3:17:45 PM GMT

In my previous post I have shown with a simple example on how you call an ASP.NET web service using JQuery. In this post I will show how you on how can you pass parameters to the web method and get the result using the web service. If you have read my previous post, you have seen that we have just called a web method which returns a simple string back to us. In this example, instead of returning a plain simple string back to the client, we will ask the user to enter two numbers and the call the web serv...

category: ASP.NET | clicked: 1 | | source: www.midnightprogrammer.net | show counter code
tags: Web Service, jQuery, Ajax, ASP.NET