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
Layola Sweetlin
NA
46
5.1k
I have doubt in download a text file
Jun 25 2018 3:56 AM
when i download a file it is showing this type of error in catch block.My code is
Response.ContentType = "text/plain";
Response.AppendHeader("Content-Disposition", "attachment; filename=" + Path.GetFileName(path));
Response.WriteFile(path);
Response.End();
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.
how i solve this error
Reply
Answers (
1
)
How to add drop down list in data gridview
MetroWindow pop up