Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to change the Data grid header text of template column at run time ? Pin
King Shez6-May-08 2:28
King Shez6-May-08 2:28 
AnswerRe: How to change the Data grid header text of template column at run time ? Pin
eyeseetee6-May-08 2:40
eyeseetee6-May-08 2:40 
Questiondynamic form Pin
khalil2006-May-08 2:13
khalil2006-May-08 2:13 
AnswerRe: dynamic form Pin
Christian Graus6-May-08 2:28
protectorChristian Graus6-May-08 2:28 
Questionshowing image from byte Pin
samrat.net6-May-08 2:05
samrat.net6-May-08 2:05 
AnswerRe: showing image from byte Pin
Christian Graus6-May-08 2:10
protectorChristian Graus6-May-08 2:10 
GeneralRe: showing image from byte Pin
samrat.net6-May-08 2:18
samrat.net6-May-08 2:18 
GeneralRe: showing image from byte Pin
Christian Graus6-May-08 2:27
protectorChristian Graus6-May-08 2:27 
There are articles on this site that cover this. If you type 'http handler image asp.net' into google, you find tons of info, more detailed than a forum reply.

Basically you create a http handler ( it's an ashx from memory ) and in it, you read an id from the URL to load the image from the DB and use Response.BinaryWrite to stream it. Then your img tags link to that handler, with the right image Id in the URL.

If you didn't understand what I just said, you are too new to be doing this task, take a step back, buy a book and work up to it.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: showing image from byte Pin
samrat.net6-May-08 2:32
samrat.net6-May-08 2:32 
Questiondiffernce between command button and linkbutton Pin
justintimberlake6-May-08 1:43
justintimberlake6-May-08 1:43 
AnswerRe: differnce between command button and linkbutton Pin
Eduard Keilholz6-May-08 1:48
Eduard Keilholz6-May-08 1:48 
GeneralRe: differnce between command button and linkbutton Pin
justintimberlake6-May-08 2:13
justintimberlake6-May-08 2:13 
GeneralRe: differnce between command button and linkbutton Pin
eyeseetee6-May-08 2:37
eyeseetee6-May-08 2:37 
GeneralRe: differnce between command button and linkbutton Pin
justintimberlake6-May-08 2:58
justintimberlake6-May-08 2:58 
QuestionE-Commerce Web Application Pin
Sandilian6-May-08 1:27
Sandilian6-May-08 1:27 
AnswerRe: E-Commerce Web Application Pin
eyeseetee6-May-08 1:31
eyeseetee6-May-08 1:31 
AnswerRe: E-Commerce Web Application Pin
Christian Graus6-May-08 1:33
protectorChristian Graus6-May-08 1:33 
Questionstring format Pin
ptvce6-May-08 1:20
ptvce6-May-08 1:20 
AnswerRe: string format Pin
eyeseetee6-May-08 1:30
eyeseetee6-May-08 1:30 
GeneralRe: string format Pin
ptvce6-May-08 1:52
ptvce6-May-08 1:52 
GeneralRe: string format Pin
eyeseetee6-May-08 2:14
eyeseetee6-May-08 2:14 
GeneralRe: string format Pin
eyeseetee6-May-08 2:24
eyeseetee6-May-08 2:24 
AnswerRe: string format Pin
Vasudevan Deepak Kumar6-May-08 1:39
Vasudevan Deepak Kumar6-May-08 1:39 
AnswerRe: string format Pin
Ashish Sehajpal6-May-08 2:48
Ashish Sehajpal6-May-08 2:48 
QuestionUnable to retrieve session value in ASP.Net Page Pin
Balagurunathan S6-May-08 1:14
Balagurunathan S6-May-08 1:14 

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.