I want to create an inherited control from WebMonthCalendar. ( Custom server control)
The enhancement, is that I add a client event:
<ClientEvents RenderDay="WebMonthCalendar1_RenderDay" />
How do I add this code to my custom control?
I do it, because I dont want to add this code, on every page, for each WebMonthCalendar,
but I want to use my own Custom control.
I've found it...
Hello drpoalim,You can use a user control for this. Please take a note that inheriting from our controls means that you want to modify our assembles and rebuild them in order to match your requirements which is beyond the scope of our support.