Using Jquery .ajax method how can i read the query parameter and hit the web method and get the resu
- by ricky roy
hi,
I am using Asp.net with jquery I wanted to display information for a specific product that is getting from the query string so my question is
How can i get the query string through jquery and hit the Web method and get the result in json and display that result on my page on page load.
Thanks waiting for your replay..