Hi!
I need to transfer the data I have inside of my txtName to other textbox named txtBox1. Curiosly its doesnt allow textbox only label (as you can see). Why I need only textbox? Just because with the textbox where I need to put my data coming from txtName its in multiline mode. But not for a label. How can I resolv it please.
FormToPrint= new FormToPrint();
frmToPrint.label.Text = txtName .Text.ToString();
frmToPrint.Show();
Govinda Rajulu YemineniPosted Jul 20, 2015, 6:38 AM
Govinda Rajulu YemineniPosted Jul 20, 2015, 11:34 AM
IsraelPosted Jul 20, 2015, 9:18 AM
Manas MohapatraPosted Jul 20, 2015, 6:42 AM
IsraelPosted Jul 20, 2015, 6:18 AM
Manas MohapatraPosted Jul 19, 2015, 7:23 AM
Govinda Rajulu YemineniPosted Jul 18, 2015, 11:30 AM
IsraelPosted Jul 18, 2015, 9:49 AM
Govinda Rajulu YemineniPosted Jul 18, 2015, 12:54 AM
- Using constructor
- Using objects
- Using properties
- Using delegates
Here i am using Constructor ApproachIsraelPosted Jul 17, 2015, 6:36 PM
Hemant SrivastavaPosted Jul 17, 2015, 4:46 PM