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
get-wmiobject error - Powershell
How to close the controlsmenu after selecting the items from the combo box with out including any code behind.
Vista Ultimate clone from HP to HP
how to recover the hdd image
Backup solution for remote worker
Windows Server 2008 Fax Server
DockForm.DCU not found?
Backup exec 2010 hangs on System State on Server 2008.
Can you tell what Server a Backup Exec agent was pashed out from
Weirder than usual HP desktop problem – power supply - motherboard?