
The calendar control that my team is using in our current web application is terrible for three reasons: * it is ugly. Viewing the control reminds me of the first time I went back to Window's 95 after having upgraded to XP * it opens the calendar control in a new browser instance (something our users hate) * it has a lot of supporting, custom JavaScript that has had its fair share of bugs If I am not mistaken, somehow the control survived the port from classic ASP to ASP.NET 1.1 and then again from ASP.NET 1.1 to ASP.NET 2.0. I have no idea where the control orignally came from, but it is time to get rid of it.
|