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 ...