I have generated a HTML table using copying data from Excel file and pasting it in a textbox and running jQuery to parse it.
To achieve this I followed the question- Copy/Paste from Excel to a web page
Now the next requirement is I need to insert data from this HTML table into database table.
How can this be done in ASP.NET web forms?