C
Cbreeze
I have a web page where I have grouped 12 of the calendar controls
together so that you can see an entire year at once. When I select a
date from one of the controls, and then select a date from another
control, most of the time the selection changed postback fires, but
sometimes it doesn't.
I have a separate method for each control to handle the selection
changed event, and I have set breakpoints on each of those methods, and
when I click on the date and the selection changed does not fire, it
does not enter the code for the selection changed on that control.
Has anyone else experienced this problem, and if so, is there a work
around?
together so that you can see an entire year at once. When I select a
date from one of the controls, and then select a date from another
control, most of the time the selection changed postback fires, but
sometimes it doesn't.
I have a separate method for each control to handle the selection
changed event, and I have set breakpoints on each of those methods, and
when I click on the date and the selection changed does not fire, it
does not enter the code for the selection changed on that control.
Has anyone else experienced this problem, and if so, is there a work
around?