when i insert the word file to the table i convert in to the binary data and then insert it now i want to retrieve the data and convert it into a string in a readable format,
already i used coding like this :System.Text.ASCIIEncoding.ASCII.GetString(bytes) but it didn't work.
when i retrieve the binary data using filestream and display in a word file i got a correct answer in this i used word.application class.
but now i want to display in a notepad or in a noraml webpage.but it wont work can anyone tell me how can i got the result
Suthish NairPosted Mar 5, 2011, 7:14 AM
Sam HobbsPosted Mar 4, 2011, 10:04 PM
See problem in conversion of binary data to string data, .NET 3.0/3.5.