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
Sayli k
NA
23
2.3k
export parent child gridview in excel using c#
Sep 9 2019 7:30 AM
I am using store procedure for retriving data for both parent gridview as welll as child gridview,
Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
Response.AddHeader("content-disposition", "attachment;filename= = CustomerAging.xls");
Response.ContentEncoding = Encoding.UTF8;
StringWriter tw = new StringWriter();
HtmlTextWriter hw = new HtmlTextWriter(tw);
gridCustomeraging.RenderControl(hw);
Response.Write(tw.ToString());
Response.End();
Reply
Answers (
2
)
Date inserting null from calendar text box.
System.ArgumentNullException: 'Value cannot be null. Paramet