Abhishek Kumar

Abhishek Kumar

  • NA
  • 563
  • 59.2k

Export column values into database using jquery in asp .net

Oct 14 2015 3:25 AM
I want to read a csv file and show their only column name in grid view.. Drag and drop that column name to a html table.. Now i want to export that dropped column values to database as the sequence they dragged...
 
For eg:- Suppose csv file has five column name.. i dragged second column first the first column then fourth column in that sequence these dragged column values inserted into database or another csv or excel file..