I'm new using Ajax Control Toolkit, tried to find info about it but didn't.
The thing is, I saw a SkinId property on CalendarExtender so I suppouse is possible to define a theme for this control. I added the definition to the skin file and the any control defined on the skin file were like if it doesn't exists. Anyway I set (manually, 'cause the intellisense didn't suggest anything) the skinid property to my CalendarExtender control. When I ran my web app it throws the next exception: "The server label 'asp:CalendarExtender' skinid is unknown" (sort of, 'cause it's translated from spanish)
So, how I define a theme to this control? is it possible?
I use VS 2010 SP1, ASP.NET 4 and the last Ajax Control Toolkit release (Ajax Control Toolkit .NET 4 uploaded Jan 24).