Hi! Friends,
Help me out, Pls.
Am having a form containing ten elements which is used to insert values in the database. The user has the option to enter a value or leave it blank, for any of the element. How do I pass NULL values to the element which the user has left blank ? Am trying to use Javascript but not yet successfull. The query does not execute without passing NULL values for the fields left blank. If all the fields have the value then its working perfectly fine. Am using ASP for server side programming and HTML for Client-side.
Urgent.
-Navin.
Help me out, Pls.
Am having a form containing ten elements which is used to insert values in the database. The user has the option to enter a value or leave it blank, for any of the element. How do I pass NULL values to the element which the user has left blank ? Am trying to use Javascript but not yet successfull. The query does not execute without passing NULL values for the fields left blank. If all the fields have the value then its working perfectly fine. Am using ASP for server side programming and HTML for Client-side.
Urgent.
-Navin.
Comment