EDN Admin
Well-known member
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
View the full article