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
Tanmay Sarkar
NA
1.5k
1m
Open File in particular textbox
Jul 5 2010 7:59 AM
I have 5 text box, after fill up those boxes, I want to save it as file, but the condition is when I am opening it the five data will show in five text boxes.
I can save only one textbox as a file & can open it, but I don't do tat in five different text boxes.
five textbox data like,
textBox1.text ="ABC"
textBox2.text ="DEF"
textBox3.text ="GHI"
textBox4.text ="JKL"
textBox5.text ="XYZ"
& when it will open this 5 data will show in those 5 text boxes not in a single one.
Thank you in advance!
Reply
Answers (
5
)
identifier 'IO_CURSOR' must be declared
How to return 2 Lists or Arrays from a function?