Is it possible to read data from controls of already loaded form in winforms?
Suppose I have a simple mdi application. I open Form1 from menu. On form1 I fill textboxes with clientID and productID. I keep Form1 open. Now I open Form2 from menu. Can I read clientID and productID of Form1 in load event of Form2?
Suppose I have a simple mdi application. I open Form1 from menu. On form1 I fill textboxes with clientID and productID. I keep Form1 open. Now I open Form2 from menu. Can I read clientID and productID of Form1 in load event of Form2?
FroglegPosted Feb 28, 2011, 4:20 AM
Sam HobbsPosted Mar 1, 2011, 12:43 AM
Suthish NairPosted Feb 28, 2011, 1:25 PM
Shahid HabibPosted Feb 28, 2011, 10:40 AM
Thank you Frogleg. You showed me exactly what I wanted.
ShankeyPosted Feb 28, 2011, 3:20 AM
ShankeyPosted Feb 28, 2011, 3:18 AM