Link to home
Start Free TrialLog in
Avatar of vipin072998
vipin072998

asked on

ASP Hidden field display

How to i display hidden fields passed on from first asp file
to second asp file.Please give me some good sites for asp as well as code for above.
ASKER CERTIFIED SOLUTION
Avatar of sybe
sybe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Crit
Crit

If you want to display the value in a text box you can also use <input id = blah size = blah value = "<%=request("blah")%>">