Ask a Question related to ASP.NET General, Design and Development.
-
Charles Rumbold #1
Calendar control selection
I am using the standard calendar control. When the user selects a
date I want to hide the control on the users click and show a text box
with the date instead. To do this I am using the event
SelectionChanged.
If I set this to a value like so:
calendar.SelectedDate = employee.StartDate
and the user clicks on the same day then I get no event (which seems
true as the selected date has not changed) however ther seem to be no
other events created either.
Any ideas?
Thanks
Charles
Charles Rumbold Guest
-
Calendar control as pop-up
Hi, I would like to show the MS Calendar control as a pop-up. Can anybody suggest how that might be accomplished? Thanks, Saranjit -
Calendar Control Example
Would anyone have an example of using the MS Calendar control (class MSCAL.Calendar.7) and ASP? Help apprecaited. Thanks. Frank *** Sent... -
a Calendar control with date range selection
http://cheapdevtools.com/product/product.asp?ProdID=246 -
a Calendar with date range selection, year navigation
http://cheapdevtools.com/product/product.asp?ProdID=246 -
how to refresh page after date selection from popup calendar?
If you are using window.open to popup the calendar, then before closing the popup you can use 'opener ' handler which gives you the parent page to...



Reply With Quote

