[Mono-list] Hidden variables

Jorge C jorge@uajms.edu.bo
Sat, 5 Jul 2003 11:09:30 -0400 (BOT)


Hi you guys:

How I obtain the hidden variables that they are sending to me from
another page?

For example, in HTML I send of this form:

-----------------------------------------------------------
<form action="obtain.aspx" method="post">
<input type=hidden id="myhidden" value="anything">
-----------------------------------------------------------

How I obtain this variable (myhidden) in ASPX page?

Thank you very much by its attention and help.

------------------------
--      Jorge C.      --
-- jorge@uajms.edu.bo --
------------------------