Use Image instead of text box wih the PopupControlExtender

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a datepicker that allows the user to click on a
calendar image and open an update panel that includes a calendar control.
The PopupControlExtender examples show the calender being opened from the
textbox instead of an image. Is there anyway to have the
PopupControlExtender us a image as the TargetControlID but commit to a text
box when the user clicks the calendar? Any help would be greatly appreciated.
 
the popoup extender just manages displaying the popup on the click event
of the target. what the popup panel and its code does is up to you. just
have the onclick of the item in the panel update the textbox in javascript.

-- bruce (sqlwork.com)
 
Thank you for the rapid reply! I would like the popup to be associated with
the image so the user can click the image and have the popup display. Then
when the user clicks the calendar I would like the text box to be populated.
In order to close the popup I believe you have to use the commit method. So
I can't just simply use javascript. Any help would be greatly appreciated.

Jason
 
Back
Top