We have online exam system which is running fine. Now Client have word files. Client wish that a program fetch data from these word files and save them to sql server.
Client want to do this task for Inserting a questions and answers into database
Loading
Manish Kumar ChoudharyPosted Jan 2, 2015, 10:57 PM
Hi Pankil Agrawal,
Go through following links it will help you to read word file in your asp.net application. Once you read the file insert it to database using normal insert query.
http://www.codeproject.com/Articles/660478/Csharp-Create-and-Manipulate-Word-Documents-Progra
http://www.c-sharpcorner.com/UploadFile/87b416/reading-ms-word-document-display-in-the-page-in-Asp-Net2/
http://www.dotnetpickles.com/2014/02/aspnet-how-to-read-word-file-in-cnet.html