User-1557899894 posted
Nice day for all of you.
I wanna export some data from MySql to Excel, allowing user make download it to your own pc.
Any examples which I found on web is just about the use of datagridview and I don't wanna to use datagrid because all my program uses Javascript and WebService to make connections and queries to database, thus avoiding the page do postback.
I wanna that program make export by dataset or datatable, directly.
There's any way to do this?