The 开发者_运维知识库problem I\'m having, as the title says, is that I need to use the short month name format with the year for Dates being validated by a MaskedEditExtender from the AjaxControlToolk
overnight the ASP.NET AJAX extender MaskedEdit stopped working. <asp:MaskedEditExtender ID=\"dateTB_Maskedextender\" runat=\"server\"
I am trying to use ASP.NET AJAX Toolkit\'s MaskedEditExtender Control (with MaskedEditValidator) in my web application. The control works fine in Google Chrome but开发者_开发问答 IE9 throws a \"Unable
I\'m trying to have a textbox function exactly like the third textbox down on this page: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Ma开发者_Python百科skedEdit/MaskedEdit.aspx. I\'m trying to
I\'m trying to create an textbox with a date input mask, such as \"dd/mm/yyyy\". The mask should be displayed before the textbox gains focus and when the user enters the date, the mask should still be
Below is my code: <asp:TextBox ID=\"FromDateTextBox\" runat=\"server\" /> <asp:ImageButton ID=\"FromDateImageButton\"
Is there an easy way to present time (hh:mm) as a decimal value? Example, 01:08 should become 1,13. I have an asp:textbox masked (ajax) as time with the mask format \"99:99\". Next to this box I nee
I am using an ASP.NET AJAX Masked Edit Extender to开发者_高级运维 format phone numbers <asp:TextBox ID=\"tbPhoneNumber\" runat=\"server\" />
How can i dynamically create a textBox and a Masked Edit extender inside a Panel. My code is something like this:
I have a master/detail scheme for editing an asp:GridView using an asp:DetailsView. One of my fields is for a phone number of type int64 (always 10 digits). I would like this field to always be displa