I am inserting values from a dropdownlist into a DB. If nothing is selected I want to enter a null but if nothing is selected z-SELECT- this option not inserted into the DB.
So how to enter null values.
I am inserting values from a dropdownlist into a DB. If nothing is selected
Share
You can create one more option in select with value NULL.