Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
Create inherited server control
posted

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.