Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > titlestyle property of Calendar Control not working

Reply
Thread Tools

titlestyle property of Calendar Control not working

 
 
Knute Hestness
Guest
Posts: n/a
 
      07-29-2003
I am getting very frustrated with the titlestyle property
of the Calendar Control, specifically the cssclass
property. I set it to a value but when the HTML is
generated the cssclass does not get set.

Any ideas why this is happening?

Knute

code -

<asp:calendar id="Calendar1"
runat="server">
<todaydaystyle
borderstyle="Ridge"
backcolor="LightYellow"></todaydaystyle>
<daystyle
cssclass="formCenter" backcolor="White"></daystyle>
<dayheaderstyle
forecolor="Black" backcolor="#F1EFE0"></dayheaderstyle>
<selecteddaystyle
backcolor="Crimson"></selecteddaystyle>
<titlestyle
cssclass="heading" backcolor="#ffffcc"></titlestyle>
<weekenddaystyle
backcolor="#D9E8DB"></weekenddaystyle>
</asp:calendar>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar GadGets does not show calendar iccsi Windows 64bit 4 08-14-2011 01:52 PM
Changing the Calendar Control's SelectedDate property using JavaScript Nathan Sokalski ASP .Net 0 05-16-2007 10:35 PM
Calendar Control - Programatically set the calendar to a date range Shevek ASP .Net 3 06-23-2004 01:41 PM
Calendar Control - Programatically set the calendar to a date range Shevek ASP .Net Web Controls 0 06-23-2004 12:06 PM
Calendar child not working in a custom composite control Lamar ASP .Net 0 10-28-2003 05:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57