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
Exhange 2003 mailbox permissions
OCS Edge Server R2 2007
Windows 7 Sounds Controls (device at Volume 0 but can still hear)
Sharepoint Webpart page load event issue
AJAX Refresh on Submit of Pop Up Window
Cron Error with 1 and 1 dedicated server - linux
Php SOAP-ERROR: Parsing WSDL
Using Redemption with Late Binding
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
Summing amount using a aggregate function in a query