M
mvr
Hi all
After the suggestion from one of the member(Thanks!!), I started writing SQL
in
a text file.
The out come is:
One of my drop down box is having a default value as null but it displays
text as "SELECT NAME"
The code goes as follows
<select name = "selName">
<option value="" selected> SELECT NAME
My Request.Form("selName") is returning "SELECT NAME" instead of Null value.
This doesnot happen often, on resubmitting (the second submit) it returns
Null(which I was expecting).
Does any one ran into this situation.
Any suggestions and help will be really appreciated.
Thanks
Venkat
After the suggestion from one of the member(Thanks!!), I started writing SQL
in
a text file.
The out come is:
One of my drop down box is having a default value as null but it displays
text as "SELECT NAME"
The code goes as follows
<select name = "selName">
<option value="" selected> SELECT NAME
My Request.Form("selName") is returning "SELECT NAME" instead of Null value.
This doesnot happen often, on resubmitting (the second submit) it returns
Null(which I was expecting).
Does any one ran into this situation.
Any suggestions and help will be really appreciated.
Thanks
Venkat