Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

Sunday, July 29, 2012

Send multiple parameters in jquery ajax in asp.net


Here I am going explain how to send  multiple parameters using JQuery or JSON in asp.net.
If we want to send or pass multiple parameters using JSON or JQuery in asp.net we need to declare it like as shown below in our aspx page under <script> tag.
Let's write a simple code to understand it.