Click here to Skip to main content
15,908,444 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Custom ASP.NET security Pin
Christian Graus31-Jul-09 10:25
protectorChristian Graus31-Jul-09 10:25 
QuestionHaving trouble figuring out how to wait for XML Data Island binding to finish Pin
renfrochris30-Jul-09 4:08
renfrochris30-Jul-09 4:08 
Questionchange caption at runtime Pin
vinayh29-Jul-09 21:48
vinayh29-Jul-09 21:48 
AnswerRe: change caption at runtime Pin
Aman Bhullar30-Jul-09 0:50
Aman Bhullar30-Jul-09 0:50 
QuestionDRUPAL-uploading image Pin
myinstincts29-Jul-09 21:20
myinstincts29-Jul-09 21:20 
QuestionHow to change tabs inside an AJAX Tab container Using Javascript?? Pin
kKamel29-Jul-09 1:26
kKamel29-Jul-09 1:26 
AnswerRe: How to change tabs inside an AJAX Tab container Using Javascript?? Pin
kKamel29-Jul-09 1:41
kKamel29-Jul-09 1:41 
GeneralRe: How to change tabs inside an AJAX Tab container Using Javascript?? Pin
aldass7-Oct-09 10:55
aldass7-Oct-09 10:55 
Question$find JavaScript Question Pin
kKamel29-Jul-09 1:24
kKamel29-Jul-09 1:24 
AnswerRe: $find JavaScript Question Pin
Mike Ellison29-Jul-09 3:07
Mike Ellison29-Jul-09 3:07 
GeneralRe: $find JavaScript Question Pin
kKamel29-Jul-09 8:33
kKamel29-Jul-09 8:33 
GeneralRe: $find JavaScript Question Pin
Mike Ellison29-Jul-09 8:47
Mike Ellison29-Jul-09 8:47 
GeneralRe: $find JavaScript Question Pin
kKamel29-Jul-09 9:17
kKamel29-Jul-09 9:17 
QuestionRDLC report -- data binding at runtime [modified] Pin
Hemant Thaker28-Jul-09 23:02
Hemant Thaker28-Jul-09 23:02 
QuestionDisplay Image from Path Pin
nudma28-Jul-09 19:52
nudma28-Jul-09 19:52 
AnswerRe: Display Image from Path Pin
SeMartens28-Jul-09 20:47
SeMartens28-Jul-09 20:47 
Hi,

this won't work since the client doesn't know anything about files on the servers disk. What you have to do is to put an URL into the src-tag (e.g. http://myserver.com/images/at.jpg). I suggest to create an image folder within your ASP.NET Website (name it images), then add all images you want to display to this folder and replace the value in the img-src tag with 'images/at.jpg' or 'images/try.jpg'.

Let me know if this helps you.

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

GeneralRe: Display Image from Path Pin
nudma28-Jul-09 21:19
nudma28-Jul-09 21:19 
GeneralRe: Display Image from Path Pin
nudma29-Jul-09 4:13
nudma29-Jul-09 4:13 
GeneralRe: Display Image from Path Pin
SeMartens29-Jul-09 4:20
SeMartens29-Jul-09 4:20 
GeneralRe: Display Image from Path Pin
nudma29-Jul-09 4:36
nudma29-Jul-09 4:36 
GeneralRe: Display Image from Path Pin
SeMartens29-Jul-09 21:06
SeMartens29-Jul-09 21:06 
GeneralRe: Display Image from Path Pin
nudma30-Jul-09 17:32
nudma30-Jul-09 17:32 
GeneralRe: Display Image from Path Pin
nudma30-Jul-09 17:42
nudma30-Jul-09 17:42 
GeneralRe: Display Image from Path Pin
SeMartens30-Jul-09 20:42
SeMartens30-Jul-09 20:42 
Questionprimitive http server Pin
ayala.felheimer28-Jul-09 2:14
ayala.felheimer28-Jul-09 2: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.