I have a form with several text boxes and those radio buttons that use an intermediate ASP page as a referrer to an appropriate page for each button. However, those pages can't see the text fields from the same page as the radio buttons. In the sequence:
(1)radio buttons and text fields,
(2)process-and-redirect form,
(3)display text fields,
obviously the data from Page 1 can't be shown on Page 3 using Request.Form. Or can it?