Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
hello,
i want how to retrive resume documents which are stored in sqlserver which has to be display in multiline text box.send me guide lines or snippets
Posted

1 solution

Converting a word document to readable text in a multiline textbox is going to lose all the formatting and layout from the document. You may be better served using a RichTextBox.

Get the document from the database
Open it using com interop
save the document as an .RTF file
load the .RTF file into the richtextbox.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900