Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
11
Answers
A textBox doesnt allow a transfert coming from a form
Israel
9y
507
1
Reply
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();
Post
Reset
Cancel
Answers (
11
)
Next Recommended Forum
Record not shown on Crystal Report in c# window appl
Read data from xml to dataset and shows error out of memory