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

ASP.NET

 
GeneralRe: A session handling problem (need experts' advise) Pin
Rahul Rajat Singh29-Apr-12 19:52
professionalRahul Rajat Singh29-Apr-12 19:52 
AnswerRe: A session handling problem (need experts' advise) Pin
ZurdoDev30-Apr-12 10:44
professionalZurdoDev30-Apr-12 10:44 
GeneralRe: A session handling problem (need experts' advise) Pin
Rahul Rajat Singh30-Apr-12 17:07
professionalRahul Rajat Singh30-Apr-12 17:07 
GeneralRe: A session handling problem (need experts' advise) Pin
ZurdoDev1-May-12 1:58
professionalZurdoDev1-May-12 1:58 
Questionweb app 2010 deploy Pin
dcof27-Apr-12 17:23
dcof27-Apr-12 17:23 
AnswerRe: web app 2010 deploy Pin
Parwej Ahamad27-Apr-12 23:41
professionalParwej Ahamad27-Apr-12 23:41 
GeneralRe: web app 2010 deploy Pin
dcof28-Apr-12 4:23
dcof28-Apr-12 4:23 
QuestionStylesheet to print the background-image on the web page Pin
indian14327-Apr-12 12:02
indian14327-Apr-12 12:02 
Hi,

I have a requirement to print the background image as water mark which is on my web page.

I am using following style sheet, still its not printing. Can anybody please help me?

Its very very urgent, thanks in advance.
<div runat="server" id="watermark_cancelled">

And style sheet is:

#watermark_cancelled    
{
    width:720px;    
    position:absolute;    
    z-index: -1;    
    background-image:url('../images/Cancelled_WM1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    position:absolute;
    z-index: -1;
    display:block;
}


or

Is there any way to make src in the img tag as background image and print it on the paper. Because Img tag is occupying some space in the webpage, but I dont want the image to be like that. I just want it in the background. And when I put it as background-image in the body tag its not printing.

I need this help please , any kind of help is very very helpfull.

Thanks,
Abdul
Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA


modified 30-Apr-12 4:27am.

Questionhow authenticate aspnet using SQLSERVER Pin
alsayani27-Apr-12 5:46
alsayani27-Apr-12 5:46 
AnswerRe: how authenticate aspnet using SQLSERVER Pin
Joshua Omundson27-Apr-12 11:09
Joshua Omundson27-Apr-12 11:09 
GeneralRe: how authenticate aspnet using SQLSERVER Pin
alsayani27-Apr-12 23:54
alsayani27-Apr-12 23:54 
AnswerRe: how authenticate aspnet using SQLSERVER Pin
Joshua Omundson3-May-12 6:09
Joshua Omundson3-May-12 6:09 
Questiondeveloping a secure asp.net application? Pin
Alok Sharma ji27-Apr-12 0:00
Alok Sharma ji27-Apr-12 0:00 
AnswerRe: developing a secure asp.net application? Pin
R. Giskard Reventlov27-Apr-12 11:17
R. Giskard Reventlov27-Apr-12 11:17 
QuestionOnline book store Project Pin
Suraj Menon26-Apr-12 17:30
Suraj Menon26-Apr-12 17:30 
AnswerRe: Online book store Project Pin
Blue_Boy26-Apr-12 22:06
Blue_Boy26-Apr-12 22:06 
QuestionHow to autofit when Export to Excel ? Pin
Tin Christina26-Apr-12 15:18
Tin Christina26-Apr-12 15:18 
AnswerRe: How to autofit when Export to Excel ? Pin
Joshua Omundson26-Apr-12 16:39
Joshua Omundson26-Apr-12 16:39 
Questiondeploy vs 2010 web form app Pin
dcof26-Apr-12 10:56
dcof26-Apr-12 10:56 
AnswerRe: deploy vs 2010 web form app Pin
Sandeep Mewara29-Apr-12 7:47
mveSandeep Mewara29-Apr-12 7:47 
AnswerRe: deploy vs 2010 web form app Pin
ZurdoDev30-Apr-12 10:46
professionalZurdoDev30-Apr-12 10:46 
Questiontesting 2010 web form application Pin
classy_dog26-Apr-12 2:05
classy_dog26-Apr-12 2:05 
AnswerRe: testing 2010 web form application Pin
Not Active26-Apr-12 3:03
mentorNot Active26-Apr-12 3:03 
GeneralRe: testing 2010 web form application Pin
Richard MacCutchan26-Apr-12 3:36
mveRichard MacCutchan26-Apr-12 3:36 
AnswerRe: testing 2010 web form application Pin
ZurdoDev30-Apr-12 10:47
professionalZurdoDev30-Apr-12 10:47 

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.