Text Box Code :
<asp:textbox id="txtwefDate" runat="server" __designer:wfdid="w37" cssclass="txt10" width="88px" TabIndex="4" ></asp:textbox>
MaskEditExtender Code :
<ajaxToolkit:MaskedEditExtender runat="server"
TargetControlID="txtwefDate"
Mask="99/LLL/9999"
CultureName="en-GB"
MessageValidatorTip="true"
MaskType="Date"
InputDirection="RightToLeft"
UserDateFormat="DayMonthYear"
ErrorTooltipEnabled="True"/>
CalenderExtender Code :
<ajaxToolkit:Calendarextender runat="server"
TargetControlID="txtwefDate"
Format="dd/MMM/yyyy"
PopupButtonID="Image1" />
Web.Config Code :
<globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="en-GB" uiCulture="en-GB" />
Result : dd/NaN/yyyy in textboxt , i want 21/May/2012 or 31/jan/2013