in a form i have six text boxes and a button
when ever i press the button it should parse a word document and extract
name
mobileno
email
http
age
experence
all these details should be filled in the text boxes
You need to know how to open the word document from .net C#, you can do it by "COM Interoperability ". This is a simple article http://www.c-sharpcorner.com/Code/2002/Mar/WordFromDotNet.asp
The basic idea is the same. The main point is to locate the table, and then retrieve the data.