Source Code
<html> <body> <form id="frmCalendar" runat="server"> <table> <tr> <td> <asp:Calendar id="cntCalendar" Runat="Server" Width="100%" /> </td> </tr> </table> </form> </body> </html>
[Return to the article...]