passing data to textBox

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
i got a userControl that has a textBox.<br/> <br/> How do i assign a text to the usercontrols textBox at run time?<br/> <br/> example how do i give "first" to the textBox of the first usercontrol i load?   // UserControl1 uc = new UserControl1();  this.Controls.Add(uc); <br/> and "second" to the textBox of 2nd usercontrol?

View the full article
 
Back
Top