How to do Copy/Paste in ASP.NET to load into SQL
Does anyone know how do you implement Copy/Paste in ASP.NET to load data into a SQL database?
For example, the user has data in a file (Excel) and he/she wants to copy selected rows and columns of data and paste it into an ASP.NET application that in turns will upload to a SQL database.
Thanks in advance!
SP
|