I tried by using the below statement, but it doesn't work.
object ind = "Name_Text";
Response.Write(WordApp.Selection.FormFields.get_Item(ref
ind).TextInput.tostring());
> I tried by using the below statement, but it doesn't work.
> object ind = "Name_Text";
> Response.Write(WordApp.Selection.FormFields.get_Item(ref
> ind).TextInput.tostring());
Instead of .TextInput, use .Result. I'm not sure you need the ToString(),
since the .Result should already be a string.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.