Click here to Skip to main content
16,005,236 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: display video in browser Pin
SHatchard11-Sep-07 1:02
SHatchard11-Sep-07 1:02 
AnswerRe: display video in browser Pin
munklefish11-Sep-07 1:28
munklefish11-Sep-07 1:28 
QuestionA4 page size and Image Pin
AnhTin11-Sep-07 0:18
AnhTin11-Sep-07 0:18 
AnswerRe: A4 page size and Image Pin
Christian Graus11-Sep-07 0:24
protectorChristian Graus11-Sep-07 0:24 
GeneralRe: A4 page size and Image Pin
AnhTin13-Sep-07 0:55
AnhTin13-Sep-07 0:55 
Questionimage problem Pin
saravanan0511-Sep-07 0:12
saravanan0511-Sep-07 0:12 
AnswerRe: image problem Pin
Christian Graus11-Sep-07 0:25
protectorChristian Graus11-Sep-07 0:25 
AnswerRe: image problem Pin
munklefish11-Sep-07 1:32
munklefish11-Sep-07 1:32 
This is just a simple case of tinkering with your file paths.

Try:string bodyHTML = "<html><head></head><body>" +"<img src='/images/h.gif'>" + "</body></html>";

Use single quotes around the source location, also try simply putting a '/' before the image location. Some servers are set-up such that they may or not require the prefix of a forward slash.

You could also try using some sort of mappath code to find the true location of your images folder.

munklefish
AnswerRe: image problem Pin
Guffa11-Sep-07 2:14
Guffa11-Sep-07 2:14 
AnswerRe: image problem Pin
Kschuler11-Sep-07 5:41
Kschuler11-Sep-07 5:41 
QuestionIIS server Date Pin
kvijayajyothy10-Sep-07 23:55
kvijayajyothy10-Sep-07 23:55 
QuestionHow to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Anees Mitha10-Sep-07 23:45
Anees Mitha10-Sep-07 23:45 
AnswerRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Christian Graus11-Sep-07 0:02
protectorChristian Graus11-Sep-07 0:02 
GeneralRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Anees Mitha11-Sep-07 0:50
Anees Mitha11-Sep-07 0:50 
GeneralRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Christian Graus11-Sep-07 2:40
protectorChristian Graus11-Sep-07 2:40 
QuestionExtending the Edit functionality of the GridView Pin
kumswa10-Sep-07 23:24
kumswa10-Sep-07 23:24 
AnswerRe: Extending the Edit functionality of the GridView Pin
John-ph10-Sep-07 23:46
John-ph10-Sep-07 23:46 
GeneralRe: Extending the Edit functionality of the GridView Pin
kumswa11-Sep-07 0:09
kumswa11-Sep-07 0:09 
GeneralRe: Extending the Edit functionality of the GridView Pin
John-ph11-Sep-07 0:20
John-ph11-Sep-07 0:20 
QuestionDropdownlist Pin
subbu.sk10-Sep-07 23:16
subbu.sk10-Sep-07 23:16 
AnswerRe: Dropdownlist Pin
Blue_Boy10-Sep-07 23:23
Blue_Boy10-Sep-07 23:23 
GeneralRe: Dropdownlist Pin
subbu.sk10-Sep-07 23:36
subbu.sk10-Sep-07 23:36 
AnswerRe: Dropdownlist Pin
John-ph10-Sep-07 23:39
John-ph10-Sep-07 23:39 
GeneralRe: Dropdownlist Pin
subbu.sk11-Sep-07 0:29
subbu.sk11-Sep-07 0:29 
GeneralRe: Dropdownlist Pin
John-ph11-Sep-07 1:10
John-ph11-Sep-07 1:10 

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.