-1

I want to write a function in my .cs file that is called when a new day is selected. I've searched Google for hours, and have come up with nothing.

anscmc
  • 23
  • 2

1 Answers1

0

You can create an event handler for the Calendar object's SelectionChanged event:

https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.calendar.selectionchanged(v=vs.110).aspx

Chris H
  • 76
  • 1
  • 9