Ask a Question related to ASP.NET General, Design and Development.
-
Eric Caron #1
How to render a hidden field?
Hi all,
I am trying to display a hidden field in my form that will contain the id of
the record I am editing. How can I do that using the controls in the
toolbox of VB.NET? I tried using a textbox and a label with their Visible
property set to true, but it just doesn't display anything in the source of
the rendered page. I could write the hidden field directly in HTML, but I'd
like to fill the all fields in my Page_Load event to keep things clean.
TIA!
Eric Caron Guest
-
from text field to hidden field
Can you collect data from a text field and store it into a hidden field all one the same asp form so that on submit the value of the hidden field is... -
Setting hidden field value eq to a form field value.
Ok guys help a dumb blond out. I need to pass the value of a form field to two different file fields. Here is an example of what I have; <form... -
Access hidden field
Hi group, I'm trying to write to a hidden field on a form from a page that is loaded as the "src" in an iframe. I keep getting "Access denied" in... -
Hidden field?
Hi, I have WebPage1 which has a link to go to WebPage2. This link passes a value to WebPage2. In the page_load event I get this value using... -
hidden field
hi! Is it possible to have a textbox web server control as hidden ? and how ? When I use the visible property the textbox isn't rendered.



Reply With Quote

