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
sri
NA
49
83.6k
Using Tab control how to write text box value carry from one form to another form in windows form c#
Nov 9 2012 6:39 AM
Hi
here i am using Tabcontrol in windows forms
and i am write carry the textbox value one form to another form
like this but i am getting error
ss.Controls["textBox1"].Text = textBox2.Text;
ss.Controls["dateTimePicker1"].Text = Convert.ToString(dateTimePicker1.Value.Date);
ss.Controls["textBox6"].Text = textBox1.Text;
ss.Show();
please give me the ans..
Reply
Answers (
1
)
How to prevent opening a form multiple time in C#?
how to transfer the data from xml node data into html Table format?