textbox input from form1 to code behind in other forms

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
 
C

Cor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top