hi all,i had 2 columns in the excel file one is SNo and another Descriptionlooks like belowSno Description1 1/2 Feet2 1/5 Feet3 204 30i read the data from this file using below codestring strFileName = FileUpload1.PostedFile.FileName; string connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + strFileName + ";" + "Extended Properties=Excel 8.0;"; OleDbC
View Complete Post