Click here to Skip to main content
15,913,225 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regular Expression for Getting file urls on webpage Pin
Neo_Shehpar11-May-07 6:17
Neo_Shehpar11-May-07 6:17 
QuestionAdding a web reference for a web service to a consumer dynamically Pin
steve_rm9-May-07 9:44
steve_rm9-May-07 9:44 
AnswerRe: Adding a web reference for a web service to a consumer dynamically Pin
N a v a n e e t h9-May-07 16:45
N a v a n e e t h9-May-07 16:45 
Questionbackground-image Issue Pin
Brendan Vogt9-May-07 9:21
Brendan Vogt9-May-07 9:21 
AnswerRe: background-image Issue Pin
Tarakeshwar Reddy9-May-07 10:47
professionalTarakeshwar Reddy9-May-07 10:47 
GeneralRe: background-image Issue Pin
Guffa9-May-07 12:31
Guffa9-May-07 12:31 
GeneralRe: background-image Issue Pin
N a v a n e e t h9-May-07 16:38
N a v a n e e t h9-May-07 16:38 
AnswerRe: background-image Issue Pin
Guffa9-May-07 12:28
Guffa9-May-07 12:28 
It will work if your web site has it's own domain name, but not if it's in a virtual directory.

Example 1:

site at: www.mysite.com/
css file: www.mysite.com/css/std/style.css
image: www.mysite.com/Images/logo.jpg

Either way of adressing the image works.

Example 2:

site at: www.myhotel.com/mysite/
css file: www.myhotel.com/mysite/css/std/style.css
image: www.myhotel.com/mysite/Images/logo.jpg

Your first code will access the image, while your second code will try to access the image at www.myhotel.com/Images/logo.jpg.

---
single minded; short sighted; long gone;

GeneralRe: background-image Issue Pin
Brendan Vogt9-May-07 20:27
Brendan Vogt9-May-07 20:27 
AnswerRe: background-image Issue Pin
Guffa9-May-07 20:56
Guffa9-May-07 20:56 
GeneralRe: background-image Issue Pin
Brendan Vogt9-May-07 21:04
Brendan Vogt9-May-07 21:04 
AnswerRe: background-image Issue Pin
Guffa10-May-07 5:33
Guffa10-May-07 5:33 
AnswerRe: background-image Issue Pin
N a v a n e e t h9-May-07 16:39
N a v a n e e t h9-May-07 16:39 
QuestionCan i have two Databases for single web application? Pin
SasiP9-May-07 8:37
SasiP9-May-07 8:37 
AnswerRe: Can i have two Databases for single web application? Pin
Colin Angus Mackay9-May-07 11:51
Colin Angus Mackay9-May-07 11:51 
AnswerRe: Can i have two Databases for single web application? Pin
RodEffect9-May-07 13:08
RodEffect9-May-07 13:08 
Questionsharing web pages accross applications Pin
adern9-May-07 7:26
adern9-May-07 7:26 
QuestionIssues in Word Automation Pin
Sankara Narayana9-May-07 4:43
Sankara Narayana9-May-07 4:43 
QuestionError using System.Configuration.NameValueSectionHandler Pin
bensalins9-May-07 4:08
bensalins9-May-07 4:08 
QuestionApplying stylesheet to ajax autocompleteextender [modified] Pin
Sandeep_Kumbhar9-May-07 2:36
Sandeep_Kumbhar9-May-07 2:36 
QuestionRandom Draw Pin
Sam Heller9-May-07 2:23
Sam Heller9-May-07 2:23 
AnswerRe: Random Draw Pin
Tarakeshwar Reddy9-May-07 3:14
professionalTarakeshwar Reddy9-May-07 3:14 
GeneralRe: Random Draw Pin
Sam Heller9-May-07 3:25
Sam Heller9-May-07 3:25 
GeneralRe: Random Draw Pin
Tarakeshwar Reddy9-May-07 3:32
professionalTarakeshwar Reddy9-May-07 3:32 
GeneralRe: Random Draw Pin
Sam Heller9-May-07 3:33
Sam Heller9-May-07 3:33 

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.