Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   Misc

   Amazon

   Links

    


Simple Calendar using ASP.net

 

 This example will display a simple but neat calendar on your web site.

A couple of things are worth looking at here the first is the DayHeaderStyle which sets the color of the days running along the top of your calendar, in this case it is set for blue. The next attribute to notice is the TodayDayStyle which in this case is setting the background color of today's date to green, which in effect highlights it in green in this case.


 

 

<html>
<head>
<title></title>
</head>
<body>

<form runat="server">
<asp:Calendar DayNameFormat="Full" runat="server">
<DayHeaderStyle ForeColor="#0000ff" />
<TodayDayStyle BackColor="#00ff00" />
</asp:Calendar>
</form>

</body>
</html>


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
strip html tags from some text(php)
create a folder(VB.net)
VBScript supported(ASP.net)
save a webpage to a file(VB)
displays a list of My Computer locations(VBScript)
Read a file(ASP.net)
Display rows from only a certain category of a MySQL database(PHP)
Create a file(C++)

    




Copyright © 2004 by programmershelp.co.uk