Trying to setup the a detailsview template with a Textbox, Imagebutton, and a Calendar control. Textbox and Imagebutton are visible, but calendar is not by default Textbox is the only bound data control Concept: User Clicks on the ImageButton of a Calendar and then the Calendar control becaomes visible They then can click on the date they want and it will put the date in the text box and then set the Calendar back to being invisible. Problem Can't get the Click Event of the ImageButton to do anything. The click seems to occur but other than that, nothing happens. How do you reference the click event for the Imagebutton in the Insert so it can display the calendar control and the click event for the Calendar control also. Thanks for the help