Click here to Skip to main content
16,005,339 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
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 
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 
Retriving more than one Image and looping through the Images is of no use. Anyway your Response.Binary() will write to the client once. Next time when you again execute the Response.binary() it will overwrite. It would be better if you seperate the Image retriving code in a seperate class file and use it. And Most importantly read some articles about 3-Tier Architecture and try to seperate your DataAccess code from Presentation Layer.

 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_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 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:12
VinothRao23-Oct-07 21:12 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:14
VinothRao23-Oct-07 21:14 
GeneralRe: Identifying the value is negative or positive in float number Pin
N a v a n e e t h23-Oct-07 21:15
N a v a n e e t h23-Oct-07 21:15 
GeneralRe: Identifying the value is negative or positive in float number Pin
VinothRao23-Oct-07 21:20
VinothRao23-Oct-07 21:20 

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.