2
Answers

values inputed in one form and used in another form

Ask a question
Seeja

Seeja

16y
1.8k
1

        I created a form frm in c#. This form contains two text boxes for accesing username and password. If  these two are valid ones as in database, then display 2nd form frm2. This form display username and password. For this i need the entered values in frm1. How can use this values in frm2?


Answers (2)