I would like to add a calendar in my ASP.NET application with the current date. I used this one:
asp:Calendar ID="Calendar1" runat="server" SelectedDate="<%# DateTime.Today %>"
But I want the current date to be highlighted for example with yellow colour. Is there a way to do that??
Thank you
You may checkout the Calendar control. There’s also an AJAX Calendar control.