Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
yogesh_softworld12323-Oct-07 21:18
yogesh_softworld12323-Oct-07 21:18 
AnswerRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Christian Graus23-Oct-07 20:39
protectorChristian Graus23-Oct-07 20:39 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# [modified] Pin
Malcolm Smart23-Oct-07 20:54
Malcolm Smart23-Oct-07 20:54 
AnswerRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
John-ph23-Oct-07 21:07
John-ph23-Oct-07 21:07 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Satish_S23-Oct-07 21:58
Satish_S23-Oct-07 21:58 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
John-ph23-Oct-07 23:58
John-ph23-Oct-07 23:58 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Satish_S24-Oct-07 1:31
Satish_S24-Oct-07 1:31 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
John-ph24-Oct-07 2:31
John-ph24-Oct-07 2:31 
I suppose the Image is not Uploaded properly. Just Try uploading a new Image file and check with it. below is a sample code which works well in one of my project.

Response.ClearHeaders()<br />
  Response.Cache.SetNoStore()<br />
  Response.ContentType = "image/gif"<br />
  Response.BinaryWrite(lImageDataset.Tables(0).Rows(0)(0))


 Regards
 - J O H N -



GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Satish_S24-Oct-07 23:01
Satish_S24-Oct-07 23:01 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
John-ph25-Oct-07 0:04
John-ph25-Oct-07 0:04 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Satish_S25-Oct-07 1:11
Satish_S25-Oct-07 1:11 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
John-ph25-Oct-07 2:01
John-ph25-Oct-07 2:01 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Satish_S25-Oct-07 2:11
Satish_S25-Oct-07 2:11 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
John-ph25-Oct-07 4:57
John-ph25-Oct-07 4:57 
AnswerRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
Abhijit Jana23-Oct-07 22:29
professionalAbhijit Jana23-Oct-07 22:29 
QuestionHow to attach a file in with Mail in Mailing System in asp.net2.0 Pin
mrgaddam23-Oct-07 20:17
mrgaddam23-Oct-07 20:17 
AnswerRe: How to attach a file in with Mail in Mailing System in asp.net2.0 Pin
N a v a n e e t h23-Oct-07 20:26
N a v a n e e t h23-Oct-07 20:26 
QuestionIdentifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 20:16
VinothRao23-Oct-07 20:16 
AnswerRe: Identifying the value is negative or positive in float number Pin
Imran Khan Pathan23-Oct-07 20:29
Imran Khan Pathan23-Oct-07 20:29 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 20:34
VinothRao23-Oct-07 20:34 
GeneralRe: Identifying the value is negative or positive in float number Pin
Malcolm Smart23-Oct-07 21:00
Malcolm Smart23-Oct-07 21:00 
AnswerRe: Identifying the value is negative or positive in float number Pin
N a v a n e e t h23-Oct-07 20:42
N a v a n e e t h23-Oct-07 20:42 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 20:59
VinothRao23-Oct-07 20:59 
GeneralRe: Identifying the value is negative or positive in float number Pin
Malcolm Smart23-Oct-07 21:07
Malcolm Smart23-Oct-07 21:07 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:11
VinothRao23-Oct-07 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.