how to retrieve binary data from database (using c#.net and
sql server/windows application)
Answers were Sorted based on User's Feedback
Answer / brajesh
byte[] m_MyImage = (byte[])dr["photo"];
Response.BinaryWrite(m_MyImage);
Is This Answer Correct ? | 8 Yes | 13 No |
What is boxing in c#?
What are sorted lists?
Can abstract class have constructor c#?
What is a system lock?
To create a localized application which namespaces are necessary?
What does it meant to say “the canonical” form of XML ?
What is a service layer c#?
What is dynamic object in c#?
What are the 3 logical operators?
Is java better than c sharp?
What is array formula?
What is difference between the "throw" and "throw ex" in .net?