C
Cindy Lee
I have a C# ASP.NET page with about 5 gridviews and 3 Dundas charts.
I'm wondering what's the best approach for a user to click on a button
and have it exported.
Should I create a excel template, then populate it when the user
clicks the download button and send them the new file (I don't have
much excel template experience). This would probably give me the best
formatting?
Or just make the excel document in C# and from the data tables, or
gridviews I'm currently showing?
I'm wondering what's the best approach for a user to click on a button
and have it exported.
Should I create a excel template, then populate it when the user
clicks the download button and send them the new file (I don't have
much excel template experience). This would probably give me the best
formatting?
Or just make the excel document in C# and from the data tables, or
gridviews I'm currently showing?