My textbox (textarea) isn't inserting any values into the database.
the code below is what i'm using - it works for all the other fields:
string program_desc = (Request.Form["program_desc"]);
I did read somewhere that it's better to access the value with the .Text but that's giving me an error.
My silly observation:
in Micro. Visual Web Developer Express - under MISC ID -- the name of the field is not bold as it is with all the other fields...
I have searched much for each thing I post... there really seems to be almost too much info out there... none of it being that cohesive.
thanks!
the code below is what i'm using - it works for all the other fields:
string program_desc = (Request.Form["program_desc"]);
I did read somewhere that it's better to access the value with the .Text but that's giving me an error.
My silly observation:
in Micro. Visual Web Developer Express - under MISC ID -- the name of the field is not bold as it is with all the other fields...
I have searched much for each thing I post... there really seems to be almost too much info out there... none of it being that cohesive.
thanks!