Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Try this,</p> <pre><code>/* css for Ajax calandar control. */ .Calendar td { text-align: left; padding: 0px; height: 19px; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333; } .Calendar .ajax__calendar_container { background-color: white; border: solid 1px #cccccc; } .Calendar .ajax__calendar_header { background-color: #ffffff; margin-bottom: 4px; } .Calendar .ajax__calendar_title, .Calendar .ajax__calendar_next, .Calendar .ajax__calendar_prev { color: black; padding-top: 3px; } .Calendar .ajax__calendar_body { background-color: white; border: solid 1px #cccccc; } .Calendar .ajax__calendar_dayname { text-align: center; font-weight: bold; margin-bottom: 4px; margin-top: 2px; } .Calendar .ajax__calendar_day { text-align: center; } .Calendar .ajax__calendar_hover .ajax__calendar_day, .Calendar .ajax__calendar_hover .ajax__calendar_month, .Calendar .ajax__calendar_hover .ajax__calendar_year, .Calendar .ajax__calendar_active { color: #004080; font-weight: bold; background-color: silver; } .Calendar .ajax__calendar_today { font-weight: bold; } .Calendar .ajax__calendar_other { color: #bbbbbb; } .Calendar .ajax__calendar_hover .ajax__calendar_today, .Calendar .ajax__calendar_hover .ajax__calendar_title { color: Blue; } /* End */ </code></pre> <p>aspx:</p> <pre><code>&lt;cc1:CalendarExtender ID="cetbDate" runat="server" Enabled="True" Format="dd/MM/yyyy" TargetControlID="tbFromDate" PopupPosition="TopLeft" CssClass="Calendar"&gt; &lt;/cc1:CalendarExtender&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload