Hi all, is it possible to Convert DataGridView(WebForm) to HTML? if yes how please ?
I am asking because I want to convert datagrid view to Excel and I read here that it's better to convert to html and read it in excel, instead of making loops to transform the grid to excel...The example in this link is in webform and I would like to try the same (if possible) in Winform, any idea ?
