Author: afroz292005 | Posted on: 9/24/2008 11:13:42 PM | Views : 1023

Hi

Anybody can help me

Hi, I get the exception message Value of type 'Byte' cannot be converted to '1-dimensional array of Byte'.

however i'm getting error here
Dim obj As Byte() = CByte(cmd.ExecuteScalar())
Response.ContentType = "Application/msword"

Response.BinaryWrite(CByte(cmd.ExecuteScalar()))

I have run the code below 
Dim stream As New Go to the complete details ...