developer155
Programmer
I have aspx page with HTML form that calls JavaScript procedure OnSubmit (the java script gathers all the values in the form and puts them into a cookie). I need the values in that HTML form (preferable from javascript procedure) in the code behind to process them (call store procedure with them).
So my question is is it possible to pass the values to code behind from java script function after form has been submitted? Or do I have to change the form to server side controls and get the values that way in my code behind?
thanks
So my question is is it possible to pass the values to code behind from java script function after form has been submitted? Or do I have to change the form to server side controls and get the values that way in my code behind?
thanks