maskededitextender

MaskedEditValidator with date

Possible Duplicate: MaskedEditValidator with date I'm using a Masked Edit Validator with a date and it is returning false invalids. C# 4.0 Input: 2012-12-12 RegEx: ^\d{4}-\d{2}-\d{2}$ ...

Sys.Extender.UI comes NULL after Facebook API connects user to account.

I have a asp.net page that is using microsoft ajax. I am using the MaskedEditTextBox control. The thing is that it works perfectly fine if the user does not connect to his facebook account using Open Graph API. As soon as he does that, i get these two javascript errors and my MaskedEditTextBox stops working completely. Has anybody gone...

Insert Mode with MaskedEditExtender

I am using asp.net with ajaxcontroltoolkit. I use the MaskedEditExtender frequently. In one case, I have a field that must be exactly 17 characters. If the user is typing in the string and they miss a character is the middle, they would like to go into insert mode to add a character. But insert mode does not appear to work. Is there some...