Click here to Skip to main content
15,885,800 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Store files temporarily Pin
David Mujica22-Aug-11 7:41
David Mujica22-Aug-11 7:41 
QuestionLINQ Help required Pin
salmonraju22-Aug-11 6:24
salmonraju22-Aug-11 6:24 
AnswerRe: LINQ Help required Pin
Shameel22-Aug-11 9:44
professionalShameel22-Aug-11 9:44 
GeneralRe: LINQ Help required [modified] Pin
Not Active23-Aug-11 3:03
mentorNot Active23-Aug-11 3:03 
GeneralRe: LINQ Help required Pin
Shameel23-Aug-11 4:12
professionalShameel23-Aug-11 4:12 
JokeRe: LINQ Help required Pin
Manfred Rudolf Bihy24-Aug-11 6:17
professionalManfred Rudolf Bihy24-Aug-11 6:17 
AnswerRe: LINQ Help required PinPopular
Not Active22-Aug-11 16:32
mentorNot Active22-Aug-11 16:32 
QuestionBackground images not displayed in asp.net page Pin
keniagm21-Aug-11 22:46
keniagm21-Aug-11 22:46 
Hello everybody!


I'm working on an asp.net 4 project in which I'm using a jquery plugin for displayig bubble popups on mouse over on certain elements. I started facing a problem with the borders of the plugin not displaying, and now after a while trying to figure what was wrong, I've narrowed the issue to the background images that are set as inline styles on the border elements not being displayed.
I tried somethning more simple like,

<pre lang="HTML"><span style="background-image:url(top-left.jpg);">testing</span></pre>

and voila! doesn't work. It's easier to solve it now i think but it's freaking weird.
The image exists and the span is displayed but no image on the background. I tried an empty HTML file with just that same code

<pre lang="HTML"><html>
<head>
<title>jQuery Bubble Popup - How to make a selectable Bubble Popup when mouse is overy</title>

</head>
<body>
<span style="background-image:url(top-left.jpg);">testing</span>
</body>
</html></pre>

and here the image is displayed! Both pages at the same level and with exactly the same code for the span element, the only diference is that the real page is an aspx and has a lot more content.
Also when i look in Firebug and roll the mouse over the image on the styles panel to the right, the preview of the image is shown for the test file, but when i do it on real page, then it says that it can't find the image.

Any ideas? Any help will be highly appreciated since I've been stuck on this for quite a while.
Thanks so much in advance,

/Kenia
AnswerRe: Background images not displayed in asp.net page Pin
thatraja22-Aug-11 17:53
professionalthatraja22-Aug-11 17:53 
GeneralRe: Background images not displayed in asp.net page Pin
keniagm22-Aug-11 22:48
keniagm22-Aug-11 22:48 
GeneralRe: Background images not displayed in asp.net page Pin
Raman Ghantiyala30-Aug-11 20:06
Raman Ghantiyala30-Aug-11 20:06 
AnswerRe: Background images not displayed in asp.net page Pin
Mukund Thakker23-Aug-11 23:31
professionalMukund Thakker23-Aug-11 23:31 
AnswerRe: Background images not displayed in asp.net page Pin
Shameel27-Aug-11 4:26
professionalShameel27-Aug-11 4:26 
QuestionHow to attach mdf file to Crystal Report in VS2008 Pin
praveengb21-Aug-11 19:48
praveengb21-Aug-11 19:48 
AnswerRe: How to attach mdf file to Crystal Report in VS2008 Pin
S Douglas23-Aug-11 14:43
professionalS Douglas23-Aug-11 14:43 
GeneralRe: How to attach mdf file to Crystal Report in VS2008 Pin
praveengb23-Aug-11 19:39
praveengb23-Aug-11 19:39 
GeneralRe: How to attach mdf file to Crystal Report in VS2008 Pin
Mukund Thakker24-Aug-11 0:06
professionalMukund Thakker24-Aug-11 0:06 
AnswerRe: How to attach mdf file to Crystal Report in VS2008 Pin
Mukund Thakker24-Aug-11 2:28
professionalMukund Thakker24-Aug-11 2:28 
Questiondifficult ajax problem in mvc3 Pin
bfis10813721-Aug-11 4:58
bfis10813721-Aug-11 4:58 
AnswerI fixed it on my own Pin
bfis10813721-Aug-11 14:43
bfis10813721-Aug-11 14:43 
GeneralRe: I fixed it on my own Pin
Not Active21-Aug-11 15:41
mentorNot Active21-Aug-11 15:41 
QuestionSession state in asp.net C# Pin
Gaurish Gopal18-Aug-11 23:15
Gaurish Gopal18-Aug-11 23:15 
AnswerRe: Session state in asp.net C# Pin
Pravin Patil, Mumbai19-Aug-11 2:00
Pravin Patil, Mumbai19-Aug-11 2:00 
AnswerRe: Session state in asp.net C# Pin
thatraja19-Aug-11 17:24
professionalthatraja19-Aug-11 17:24 
Questiondatabase Pin
Member 808858618-Aug-11 22:23
Member 808858618-Aug-11 22:23 

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.