Click here to Skip to main content
15,887,676 members
Home / Discussions / Web Development
   

Web Development

 
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 
AnswerRe: primitive http server Pin
Abhishek Sur28-Jul-09 2:29
professionalAbhishek Sur28-Jul-09 2:29 
GeneralRe: primitive http server Pin
ayala.felheimer28-Jul-09 19:23
ayala.felheimer28-Jul-09 19:23 
GeneralRe: primitive http server Pin
Abhishek Sur28-Jul-09 22:07
professionalAbhishek Sur28-Jul-09 22:07 
AnswerRe: primitive http server Pin
Marc Firth28-Jul-09 2:35
Marc Firth28-Jul-09 2:35 
AnswerRe: primitive http server Pin
Super Lloyd28-Jul-09 2:41
Super Lloyd28-Jul-09 2:41 
AnswerRe: primitive http server Pin
nastytoe30-Jul-09 12:04
nastytoe30-Jul-09 12:04 
QuestionProblem with "Show more" in auto-suggest Pin
sandeep@uhuroo.com27-Jul-09 23:34
sandeep@uhuroo.com27-Jul-09 23:34 
AnswerRe: Problem with "Show more" in auto-suggest Pin
Marc Firth28-Jul-09 0:43
Marc Firth28-Jul-09 0:43 

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.