textbox input from form1 to code behind in other forms

  • Thread starter Thread starter JH
  • Start date Start date
J

JH

In an application that has many forms, how can I export textbox inputs from
one form to another?
Say I have form1 which has password text box, how can I use this input in
the code behind in form2 or form3?

Any help is appreciated
 
Hi JH,

I asume because you say code behind the forms are pages, and than the most
simple way is to use the "session.item"

I hope this helps,

Cor
 
Back
Top