About
Digital Colony is the technical web site for Michael Allen Smith of Seattle.
Tag Archives: calendar
Set SelectedDate on ASP.NET Calendar Control to Today
When you want to set the default SelectedDate on an ASP.NET Calendar Control use DateTime.Today not DateTime.Now. calReleaseDate.SelectedDate = DateTime.Today;
