Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is xml c#?

927


What do u mean by delegation?

1000


Which controls do not have events?

1067


What are generic types?

987


Can constructor be protected?

949


When should I throw an exception?

1045


What is the difference between Static, Const and read only?

1120


Who is a accessibility modifier “protected internal” available to ?

1074


What is difference between encapsulation and abstraction in c#?

1009


What is the wildcard character in sql?

1110


Can you pass parameters to destructors?

1111


What is the execution entry point for a c# console application?

1019


How can I get the ascii code for a character in c#?

1111


How can I produce an assembly?

1079


What is type keyword in c#?

958