AJAX Calendar extender issue

A

Abhilash

Hi,
I am using AJAX calendar extender.Everything is works fine on date selection
from pop up image option but when i dont select a date and click outside on
the page,calender remains poped up,it doesn't hide.It hides only when date is
selected.Is there any workaround for this?

Thanks
 
M

Mick Wilson

Hi,
I am using AJAX calendar extender.Everything is works fine on date selection
from pop up image option but when i dont select a date and click outside on
the page,calender remains poped up,it doesn't hide.It hides only when date is
selected.Is there any workaround for this?

Thanks

The solution my coworker came up with was to make the TargetControlID
property and PopupButtonID property both refer to the extended
control.

<ajax:CalendarExtender ID="CalendarExtender1" runat="server"
TargetControlID="SomeControl"
PopupButtonID="SomeControl"
Format="M/d/yyyy" />

Seems to work fairly well.
 
A

Abhilash

Hello,
Thanks for the response.I tried your way but it is not responding
well.Popupbutton ID for me is Image1 and TargetControlID is Date3(which is
Textbox control).Should i change the name of TextboxID itself?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top