Yes; it helped me certainly; and I thank you for that.
I am copy pasting my another question, relates to popupcontroller, from another thread here since i am sure you have an answer for that too. Please read below:
********************
I am making use of the popupcontrolextendar on an image button click; I mean the TragetControlID for the extendar is an image button. Say my popup is a calendar and after selecting the date I want it to be displayed in another textbox.
Is there anyway that I can make use of the existing extendar's method, Commit()?
I mean PopupControlExtender1.Commit(Calendar1.SelectedDate.ToShortDateString()); To my knowledge it only refers to the TargetcontrolID. Right?
I tried few things in Calendar_SelectionChanged() event handler, like writing the selected date to the textbox but didnt work out as the calendar is inside ajax updatepanel and the textbox is not.
Can someone help me out plz?
********************
Regards,
~sashee