4
Answers

Varbinary to richtextbox


I insert .doc or .pdf files contents in Varbinary field in the SQL database using byte array.
Now i want to display this varbinary data in richtextbox in C#.Net.
How can i do this. Please Help!

Answers (4)