Two CalendarExtenders?
问题 I have a popup ajax calendarextender that populates a text box with the selected date, (MM/dd/yyyy). This works. I want to capture the same date in an additional text box with a different format (yyyyMMdd). The first is for display and the second date is a parameter for gridview query. Is this done with two calandarextenders? (btw I'm using C#) 回答1: If you are supplying one to a query, you could just change the parameter value in code before supplying it to the query. var datetimeForQuery =