Microsoft
Software
Hardware
Network
Question : HttpRequest does not send non visible fields...
I am sending an HTTPREQUEST object to c# code.
I am saving some of the values to the database. I have a text box called txtPono. Everything has been working fine until I made that field visible = false. This text box has a value, I just dont want the user to be able to see the data. When I get to the insert statement in the database I get the following error:
reqst["TxtPono"].ToString(
) 'reqst["TxtPono"]' is null string
note, the text box is set to enabled.
Answer : HttpRequest does not send non visible fields...
its a property instead of Txtpono.Visible=false;
use Txtpono.Style.Add(HtmlText
WriterStyl
e.Display,
"none");
Random Solutions
Change value for a range of cells with VBA
Javascript... add onmouseover .... variable not working
Display a form within a Panel. How to hide caption bar?
What is a document library
Accessing an FTP server internally that is on a different subnet.
System DSN doesn't show in Excel
xml to array
Find all records that don't exist n a table
MS Access 2007 -- Using Like with Left Join
Gridview get textbox value onselectedindexchanged