Hi Musashikyo,
Have you downloaded the source of the AjaxControlToolkit that you are using? If not, you have to download that and modify the
CalendarBehavior.js and then recompile and use it.
I suppose to post here the code of CalendarBehavior.js but it has 1600+ lines. In the version of AjaxControlToolkit that I'm using at line 70 of CalendarBehavior.js it has this:
this._mode = "days";
You have to change the value with this:
this._mode = "months";and recompile it. Use the recompiled AjaxControlToolkit.dll and every calendarextender that you used will be in Month Mode view. Or I'm giving option if you want I can give you the updated DLL that works for
VS 2005 (.Net 2.0)???I hope it solves your problem.