i'm creating one template using word form fields in
asp.net with c#.Here i
have used the Word.wdfieldtype.wdFieldFormTextInput for creating textarea in
word file and if i need to make the text field as a field that only accepts
date,then i found that we have to use Word.textinput.edittype method to
achieve this,but i don't know how to make the
Word.wdfieldtype.wdFieldFormTextInput to accept the formatting applied using
Word.textinput.Edittype method.if i do this it's is sayiong that "object
reference not set to instance of the object"
i need help with code snippets