Form as window or form as FORM tag?
You have two forms as like having two windows? Are those windows in any
relationship child-parent? If they are, then you can access both from each
window. If they aren't then forget it, because they don't see eachother (having
different session maybe even different user).
If you relate to two forms as the FORM tag in one window and one document it's
IMPOSSIBLE in ASP.NET... Sorry. Cannot make state for more than one form per
document...