Background Image in ASP.NET

vks.gautam1

Well-known member
Joined
Oct 10, 2008
Messages
78
Location
Chandigarh, India
Programming Experience
Beginner
in HTML there is Background in body tag to set picture in entire body of Document.
<body background=.........>

Now how can do i this in ASP.NET 2
 
Click the document body in designer, Properties windows should now say "DOCUMENT" is the selected object, find the Background property and click the "..." to browse and select an image.
 
I have already tried this . picture is showing on the page
<body Background="Images/One.jpg" >
But
I am getting this message on source code .
Background is underlined.
message " Attribute "Background" is cosidered outdated & new contructor is recommanded.

Is this ok to work with this.
 
Back
Top