Using CompareValidator and CalenderExtender with unsupported date-format
问题 I have a start date and end date field in a form. I have specified format for calender extender. since then, the compare validator is not working. It is always displaying the error message. Please help. I need to show the date in the format "Fri 04 May 2012". Start date field: <asp:TextBox ID="txtStartDate" ReadOnly="true" runat="server" CssClass="textBoxWidth TPRValue" Text='<%#DataBinder.Eval(Container.DataItem, "StartDate", "{0: ddd MM dd, yyyy}")%>'> </asp:TextBox> <asp:ImageButton ID=