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 |
what is .NET framework architecture ??
Explain partial class in c#?
What is a generic class?
Why we use anonymous methods in c#?
What is console readkey ()?
what's the Difference between DataView and DataTable?
When is a class declared as a class abstract?
i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help
What is boolean method?
If you define integer variable and a object variable and a structure then how those will be plotted in memory ?
What is stack and heap?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
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)