Pass the form value from client side to server with webservice
I have an html form with fields, dropdown select box and check box.
I need to pass that field values from client side to the server with webservice I have
can you please make it more clear - what exactly do you have and what do you want to call? basicly to pass data from the client to the server you may use either a XMLHttpRequest or a simple form-submit.
Comment