Reading asp.net controls values from javascript
Hi All
I have an asp.net web page where the enduser enters data into that by using textboxes,
dropdowns and check boxes. but my task is over certain period of time say 5minutes those values should be inserted to database through javascript. As i know we can read values in those controls but i don't know how to hit the database server and execute related stored procedure and insert that record into database. How can i achieve this task. can anyone help me.
Thanks
Naidu Babu.k
|