Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Calendar problem


Message #1 by "FERRERES" <wferreres@n...> on Tue, 22 Oct 2002 09:37:39
Hello,
I have a problem with the calendar component.
I use a calendar month on which I put selected dates porgrammaticaly with 
a special function using the method : cal.selecteddates.add(...). On the 
aspx page, I have set these attributes for asp:calendar :
 SelectionMode="DayWeekMonth"
 OnSelectionChanged="Selection_Change"
My problem is :
When there's only one selected date for the month, a click on this date 
doesn't raise an event and doesn't call the Selection_Change function. 
When I had another date, this work.
How can I solve my problem ?

Thanks.

  Return to Index