Currently using the CalendarExtender within a FormView and intermittently experience CSS formatting problems. I have not applied any special formatting to the control, just using the base CSS which comes with it. On my page I have several formviews and inside the edit and insert templates there are several textboxes which some are date inputs hooked to the calendarextender. When the formview is databound, I check to see if the dataitemcount of the formview > 0, if so, the form is left in read only mode. If not, the form is set to insert mode. When I select the <asp:Image> to display the calendarextender the style/formatting is messed up but allows me to select a date. But when I perform an insert or update on the said formview the style/formatting returns. Attached is a screen shot of my problem.
↧