Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Calendar Control font Color in VB.NET/ASP.NET

Author  Topic 

ourspt
Starting Member

33 Posts

Posted - 2005-05-15 : 03:20:55
Hi,

We are working on a .NET (ASP.NET/VB.NET) application with SQL Server database. In our application, we are using the standard microsoft calendar control.

In the application, in a particular session, if a user selects a date from the calendar control and then again comes into the calender control (say for selecting the next order date), the date that is already selected for the previous order is shown in a different color while all other dates are in a different color (like the color changes for an already accessed URL in a document)
Is there any setting or property or any way we could disable this so that we could see all dates in the same font color, irrespective of whether it is already selected in the current session or not?

Thanks in advance
oursmp

bmains
Starting Member

27 Posts

Posted - 2005-05-19 : 09:34:25
Set the SelectedDayStyle to the same colors as the DayStyle, so that you can still select dates, but they will all be the same color.
Go to Top of Page
   

- Advertisement -