Request.Form

B

barry

This is for dot net 1.1 vb.net

I am trying to use Request.Form("Fig4a") in the code behind to show a hidden
field

I have defined the hidden field in HTML as <input type="hidden" id="Fig4a">

I am setting the hidden field in javascript with the following

document.getElementById("Fig4a").value = "True"

I see by using an alert that it is being populated in the javascript

The problem is I am getting nothing when I do a
response.write(request.form("Fig4a")) in the code behind

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top