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
Explain the steps to create satellite assembly?
What do u meant by "SBI" of an object?
Can derived classes have greater accessibility than their base types?
What is the difference between c and c# programming?
How to add controls dynamically to the form using c#.net.
Define property in c#.net?
What is arraylist class in c#?
Is goto statement supported in c#?
Is static thread safe?
What is the root element of an xml file?
What can be done with c#?
Explain About friend and Protected friend
What is ienumerator c#?
What is a statement c#?
What is console writeline in c#?