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 |
How do I join one form to another in c#?
In c#.Net Application For DataGridview binding which method is faster in below two case?Why..? 1)looping-Using For loop 2)Databinding direct using Dataset
Is boxing an implicit conversion?
Can we inherit two classes in c#?
How do you implement Inheritance in dot net ?
Is there any sample c# code for simple threading?
What is the use of inheritance in c#?
What is array and arraylist?
What is garbage collector and where should you use in .NET?
What is the .NET collection class that allows an element to be accessed using a unique key?
What?s different about switch statements in C#?
Name the connections does microsoft sql server support?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)