Hello Experts,
I wan to upload an Excel file into sqlserver 2008 r2 table through UI.
I am using 2 buttons here. One is to browse the Excel file which i was successful to select the file from the system. And another is to upload the selected file.
Now how to upload an Excel file into sql table programmatically using C# code.