how to retrieve binary data from database (using c#.net and
sql server/windows application)

Answers were Sorted based on User's Feedback



how to retrieve binary data from database (using c#.net and sql server/windows application)..

Answer / brajesh

byte[] m_MyImage = (byte[])dr["photo"];
Response.BinaryWrite(m_MyImage);

Is This Answer Correct ?    8 Yes 13 No

how to retrieve binary data from database (using c#.net and sql server/windows application)..

Answer / renugopal

yes

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Sharp Interview Questions

What is difference between static and readonly in c#?

0 Answers  


Why do we use hashtable in c#?

0 Answers  


What is response redirect in c#?

0 Answers  


What is the use of private constructor in c#?

0 Answers  


How big is a float?

0 Answers  






What is hiding in CSharp ?

1 Answers  


all information

1 Answers  


What is Signature and parameter in overloading ?

3 Answers  


What are most desktop applications written in?

0 Answers  


Why do we use methods in c#?

0 Answers  


What is strong name assembly?

0 Answers  


Indexers in c#?

8 Answers   Intaglio, Microsoft, TCS,


Categories