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
Carlos kambui
NA
499
125.8k
Pass item from one form to another
Aug 17 2015 9:11 AM
here i have example of what i want in vb.net but i want in c # can any body help pliz
txt1.Text = "Morning"
Form2.TextBox1.Text = txt1.Text
Form2.ShowDialog()
have tried this but didnt work
//txt1 from form1
// txt2 from Form2
txt1.Text = "Morning"
Form2 frm2 = New Form2()
frm2.txt2.Text= txt1.text
frm2.ShowDialog()
Reply
Answers (
3
)
MySql Exeception was unhandled by user code
what is difference between Response.Write() and Response.Out