I want to make a custom ASP.NET control that is a subclasse of System.Web.UI.WebControls.Calendar
. I need it to add a few data members and set up a few event handlers in it's constructor.
Is this possible? If so How?
So far I have tried using add new item to add a default web user control and tried editing in Calendar
in a few different places. None have worked so far.
Edit: it seems I'm totally missing how this stuff is supposed to work. Does anyone known of a demo project that I can look at? Something that already exists. (Unless you are really board, don't go out and make one for me.)