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
Resmi Satish
NA
110
75.3k
Not able to export to excel using IE8
Apr 3 2013 3:10 AM
Hi
I am getting the below error when exporting data to excel from telerik grid(created a user control and using that) only in ie8 for https site.
I am using the below code for export functionality
Response.ContentType = "text/csv";
Response.AddHeader("content-disposition", "attachment; filename=filename.csv");
Response.Write(csv);
Response.End();
Note:cvs is a string builder which contains the data to export.
Please help me to resolve the issue.
Reply
Answers (
2
)
How to insert a xml file into storedprocedure through ado.ne
Software/Web Developing in C#