10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Israel
1k
1.3k
172.8k
A textBox doesnt allow a transfert coming from a form
Jul 16 2015 9:32 AM
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();
Reply
Answers (
11
)
Record not shown on Crystal Report in c# window appl
Read data from xml to dataset and shows error out of memory