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 xml c#?
What do u mean by delegation?
Which controls do not have events?
What are generic types?
Can constructor be protected?
When should I throw an exception?
What is the difference between Static, Const and read only?
Who is a accessibility modifier “protected internal†available to ?
What is difference between encapsulation and abstraction in c#?
What is the wildcard character in sql?
Can you pass parameters to destructors?
What is the execution entry point for a c# console application?
How can I get the ascii code for a character in c#?
How can I produce an assembly?
What is type keyword in c#?