Aps.NET Calendar control Background

G

Guest

Hi! All

Can anyway we provide a backgroud image to ASP.NEt Calendar control??

Thanks in advance.

Regards,
Baren
 
K

Ken Cox - Microsoft MVP

Hi Baren,

Sure, just add an attribute:

Protected Sub Page_Load _
(ByVal sender As Object, _
ByVal e As System.EventArgs)
Calendar1.Attributes.Add("background", _
"http://www.gc.ca/images/rollingflag.jpg")
End Sub

Let us know if this helps?

Ken
Microsoft MVP [ASP.NET]
 
G

Guest

Hi! Ken,

Thanks a lot...

Regards,
Baren

Ken Cox - Microsoft MVP said:
Hi Baren,

Sure, just add an attribute:

Protected Sub Page_Load _
(ByVal sender As Object, _
ByVal e As System.EventArgs)
Calendar1.Attributes.Add("background", _
"http://www.gc.ca/images/rollingflag.jpg")
End Sub

Let us know if this helps?

Ken
Microsoft MVP [ASP.NET]


Baren said:
Hi! All

Can anyway we provide a backgroud image to ASP.NEt Calendar control??

Thanks in advance.

Regards,
Baren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top