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
Redistributing RIP into OSPF non-contiguous subnets.
SQL Sever 2008 evaluation expired
802.1q trunk
Dell inspiron 1720 BCM2045 bluetooth driver for Windows XP Professional.
windows 2003 server can't access internet
How to set up a process that updates a UserRoleID, generates a password, and sends an email message all at once?
SMTP; 554 5.4.0 Too many Received: headers
Sorry, VMware GO doesn't currently support ESXi servers with multiple datastores.
2 raid controllers managing the disk array
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions