how to retrieve binary data from database (using c#.net and
sql server/windows application)
Answer Posted / brajesh
byte[] m_MyImage = (byte[])dr["photo"];
Response.BinaryWrite(m_MyImage);
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What are some of the commonly used commands in sqlcommand?
Why we use get set in c#?
Is it possible to nest cfml conditional tags?
What is difference between comparable and comparator?
What is binding in c#?
Is list immutable in c#?
Why do we need indexer in c#?
What is callback function in c#?
What is the difference between finally and finalize block?
What is type checking in c#?
What is a framework in c#?
Is Multiple-inheritance supported by c#?
What is the default boolean value in c#?
What are concrete classes?
What the different phase/steps of acquiring a proxy object in webservice?