Custom Colored Skin:
<asp:Calendar
BackColor="#1d1d1d"
ForeColor="#32CD32"
Font-Names="Gentium Basic"
BorderStyle="Groove"
Font-Size="14pt"
NextMonthText="••••"
PrevMonthText="••••"
Height="300px"
Width="400px"
runat="server">
<DayHeaderStyle
BorderColor="LimeGreen"
BorderStyle="Solid"
BorderWidth="1px" />
<NextPrevStyle
ForeColor="#1D1D1D" />
<OtherMonthDayStyle
BackColor="#cccccc"
ForeColor="#1D1D1D" />
<SelectedDayStyle
BackColor="#333333"
BorderColor="#333333"
BorderStyle="Dashed" />
<TitleStyle
BackColor="#32CD32"
Font-Bold="True"
ForeColor="#1D1D1D" />
</asp:Calendar>
But now i want to skin each different month, is that possible? If it is than what would i have to target, because im thinking i would give a SkinId, but the Calendar seems to be somewhat dynamic. BTW, this is in Visual Basic .net language if anyone can assist. I still have some more research and reading but until than if any of you have advice or references i would love to check them out.. If this was CSS i could totally ROCK that calendar (it almost kinda is lol)..

New Topic/Question
Reply




MultiQuote


|