Calendar Control - SelectedDate problem

  • Thread starter Thread starter 00_CuMPe3WaR3D12
  • Start date Start date
0

00_CuMPe3WaR3D12

In my Page_Load, I have this:

uiStartDateCalendar.SelectedDate = Convert.ToDateTime("8/15/2005");

When it shows up in the ASPX page, it doesn't go to August page directly, it
stays on Feburary 2005 (which is today's month). However, the canendar
control highlights the selected date in August though. Please help... Is
there any way that I can make it go directly to the month that I selected?
 
Back
Top