I had stored a word file in database in "image field"
then I restore it in a byte array.
I want to convert this byte array into string to write it on the web page.

I am using ASP.NET 0.2 and SQL 2005.

thanks.

Recommended Answers

All 4 Replies

I had stored a word file in database in "image field"
then I restore it in a byte array.
I want to convert this byte array into string to write it on the web page.

I am using ASP.NET 0.2 and SQL 2005.

thanks.

System.Text.Encoding.GetString(byte())

How to create WebUserControl using template control that when is used in aspx, which can raise event of controls?

hello

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.