views:

32

answers:

1

Please can post the Link or source code because i am new to JQuery

A: 

You are headed in the wrong direction. JQuery is for client-side actions. You need a server side language to handle posted values - such as PHP.

menkes
thanks, How to call .ashx service using JQuery from client side?
vasanth
I created login.aspx with Userid and password fields, which are to be pass using Jquery in demo.ashx
vasanth