ChloesDad: The event "calDate_SelectionChanged"
I mean I can instantiate the myCalendarControl object, and I can access its properties, methods, and other events, but this particular event for whatever reason is unavailable in the IntelliSense list, and I'm not sure why. Is it simply because of the protection level (protected)? Or something I may not be seeing?
I didn't write this particular control nor its events, I'm just trying to get access to this particular one. In use, when I do select a date from the calendar (it's basically like a datepicker control), a postback occurs and the child TextBox inside this control is updated with the selected date. I need to tap into that event when it occurs so I can execute some database code against the selection.
Main Topics
Browse All Topics





by: ChloesDadPosted on 2008-09-04 at 14:43:47ID: 22393021
Have you written a custom event called selectionChanged, or are you trying to write a customevent called selectionchanged