hi,
I am working on an asp application using c# and i can import excel file to sql table
i have two columns in excel and as well as in sql of same name "id" and "status"
when i import data both columns are imported to sql table in the same sequence
is there in any way that i can match the id of both tables and where id are same i'll extract status from excel table and insert into sql table?