Click here to Skip to main content
15,879,239 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Displaying the image from the Sql Pin
Blue_Boy23-Jun-11 4:55
Blue_Boy23-Jun-11 4:55 
AnswerRe: Displaying the image from the Sql Pin
GenJerDan23-Jun-11 6:14
GenJerDan23-Jun-11 6:14 
GeneralRe: Displaying the image from the Sql Pin
Not Active23-Jun-11 7:38
mentorNot Active23-Jun-11 7:38 
GeneralRe: Displaying the image from the Sql Pin
GenJerDan23-Jun-11 7:49
GenJerDan23-Jun-11 7:49 
GeneralRe: Displaying the image from the Sql Pin
Not Active23-Jun-11 8:03
mentorNot Active23-Jun-11 8:03 
GeneralRe: Displaying the image from the Sql Pin
GenJerDan23-Jun-11 8:08
GenJerDan23-Jun-11 8:08 
AnswerRe: Displaying the image from the Sql Pin
RichardGrimmer28-Jun-11 5:05
RichardGrimmer28-Jun-11 5:05 
AnswerRe: Displaying the image from the Sql Pin
Morgs Morgan8-Jul-11 5:19
Morgs Morgan8-Jul-11 5:19 
Hi,
I don't know if you have sorted this out but the last person who commented got it right though unclear.
What he/she meant is that have an already existing img/image on you page that it's src comes from another page like so:

<img id="theImageFromSQL" runat="server" alt="theImageFromSQL" src="ImagesPage.aspx?id=someId" />
//Now create a separate empty page ImagesPage.aspx
//in the Page Load check the query string (id) and use it to query your database for the right image to display
//then do exactly what you did above


//when a browser loads the image it will call ImagesPage.aspx and this page will write back JUST an image which is what you want (i guess)

You can leave the other controls on the 'main' page which could be Home.aspx/Default.aspx and ofcourse your img/image will be in this same main page.

shout if u need more help
Morgs
QuestionStrongly typed ActionLink is not present in vs 2010.. Pin
siva45522-Jun-11 23:45
siva45522-Jun-11 23:45 
AnswerRe: Strongly typed ActionLink is not present in vs 2010.. Pin
Not Active23-Jun-11 2:15
mentorNot Active23-Jun-11 2:15 
QuestionHow to find application URL while using separate script file in asp.net ? Pin
zeego21-Jun-11 20:47
zeego21-Jun-11 20:47 
AnswerRe: How to find application URL while using separate script file in asp.net ? Pin
Vasudevan Deepak Kumar22-Jun-11 10:42
Vasudevan Deepak Kumar22-Jun-11 10:42 
AnswerRe: How to find application URL while using separate script file in asp.net ? Pin
Shahriar Iqbal Chowdhury/Galib22-Jun-11 11:04
professionalShahriar Iqbal Chowdhury/Galib22-Jun-11 11:04 
GeneralRe: How to find application URL while using separate script file in asp.net ? Pin
AspDotNetDev22-Jun-11 11:12
protectorAspDotNetDev22-Jun-11 11:12 
AnswerRe: How to find application URL while using separate script file in asp.net ? Pin
AspDotNetDev22-Jun-11 11:10
protectorAspDotNetDev22-Jun-11 11:10 
QuestionRemember sort order on paging for Datagrid Pin
vanikanc21-Jun-11 15:34
vanikanc21-Jun-11 15:34 
AnswerRe: Remember sort order on paging for Datagrid Pin
nainakarri21-Jun-11 20:30
nainakarri21-Jun-11 20:30 
QuestionHow to load the Iframe with hidden fields after the page load event Pin
Vimalsoft(Pty) Ltd21-Jun-11 8:24
professionalVimalsoft(Pty) Ltd21-Jun-11 8:24 
QuestionRedirect to UnAuthorized Page in Windows Authentication Pin
antony beula21-Jun-11 2:07
antony beula21-Jun-11 2:07 
AnswerRe: Redirect to UnAuthorized Page in Windows Authentication Pin
Not Active21-Jun-11 2:23
mentorNot Active21-Jun-11 2:23 
GeneralRe: Redirect to UnAuthorized Page in Windows Authentication Pin
antony beula21-Jun-11 2:40
antony beula21-Jun-11 2:40 
QuestionTextbox value doesn't change between postbacks Pin
benams21-Jun-11 1:20
benams21-Jun-11 1:20 
AnswerRe: Textbox value doesn't change between postbacks Pin
mcyogi21-Jun-11 1:37
mcyogi21-Jun-11 1:37 
AnswerRe: Textbox value doesn't change between postbacks Pin
Not Active21-Jun-11 2:26
mentorNot Active21-Jun-11 2:26 
Questionwhat are the configuratiions in the asp.net validation controls? and please give the code to the configurations? Pin
hariprasad.yandrapu20-Jun-11 22:25
hariprasad.yandrapu20-Jun-11 22:25 

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.