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
Nishant Pawar
NA
3
0
Problem in saving file
Apr 28 2010 9:42 AM
Hi,
I am trying to save a text file for which i have written the following code in the button click event
if (saveFileDialog1.ShowDialog() == DialogResult.OK) { MessageBox.Show(saveFileDialog1.FileName); }
the program is executing successfully but the file which i am trying to save is not saved successfully.
plz help to solve out my problem.
Thanks in advance.
Reply
Answers (
1
)
How Do I: Extract value from string[]
Error handeling problems