Click here to Skip to main content
15,917,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Repeater Control Pin
Christian Graus23-Oct-07 20:42
protectorChristian Graus23-Oct-07 20:42 
AnswerRe: Repeater Control Pin
John-ph23-Oct-07 20:42
John-ph23-Oct-07 20:42 
Questionhow 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 20:20
yogesh_softworld12323-Oct-07 20:20 
AnswerRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
N a v a n e e t h23-Oct-07 20:23
N a v a n e e t h23-Oct-07 20:23 
GeneralRe: how to retrive images from sql database which is already strored, and show in image componet, using asp.net with c# Pin
SUDHAKAR PALLAM23-Oct-07 20:43
SUDHAKAR PALLAM23-Oct-07 20:43 
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 
Christian Graus wrote:
it needs to exist on the file systme



It doesn't (disagreeing with CG?? - Any credibility I had may now hit the deck.....).

I store images of all our staff in SQL database, and generate an ImageURL on the fly.

<br />
Image img = new Image();<br />
img.ImageURL = "~\ImageBuilder.Aspx?staffID=1234";<br />


The ImageBuilder page retrieves teh binary data from the SQL, and writes it out in the Response. No files are saved anywhere. I don't have the code to hand else I would post it.




-- modified at 3:41 Wednesday 24th October, 2007

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF


"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."

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 
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 

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.