Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to handle BLOB in datasets. Examples if any ??
Did you try to convert the dataset data to byte array? byte[] bytes=(byte[])ds.Tables[0].Rows[0][0] Than convert the byte array to the data you want.