I want to import one Excel File into my Asp .Net application and show it in a GridView.
But while doing that it is not showing any result.
Through breakpoint, I came to know that it can't open OLEDB Connection.
The Error which displays in Catch() section is: "The Microsoft Jet database engine could not find the object"
I've followed the below website but this is not working properly.
Please anybody else suggest me.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=138