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 is the execution entry point for a c# console application?
What is generic collection in c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is an enumerator in c#?
What is parseexact c#?
What is difference between function and method in c#?
What is difference between internal and protected internal in c#?
What is a bool in c#?
Is php easier than c#?
What are bitwise logical operators?
what are the differences between a class and structure
Can hashtable have duplicate keys in c#?
Why use “using” in c#?
Explain how can I get around scope problems in a try/catch?
Is array passed by reference in c#?