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 |
Explain about c# language.
how can your software identify which version of dot net framework install in client pc and install framework accordingly
How to include c++ header files in c# components?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Did it possible to cast a generic type of derived class to generic type of base class?
What is an enumerator c#?
What is c sharp used for?
What are the different states of a thread?
How to throw an caught exception from cath block?
What is anonymous class in c#?
What does writeline mean?
What types of object can I throw as exceptions?