TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Israel
699
1.3k
215.7k
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