Hmm. This is an intersting question because, presumably, you are storing the word doc in a binary field inside of SQL which means you can't bind a grid to that column and have it display anything worthwhile. What you would actually have to do is, before you insert the document into the database, is open it up in code and read all of the information contained in it and then display that information back to the user.
I would suggest looking ont he MSDN and google.
Hth.
"The one language all programmers understand is profanity."
|