On the AJAX toolkit example page (http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx) if you click your mouse in the first textbox (Enter
a Number) and type 0, it will not display the 0. Is there a way to display the 0? The only way I have found so far is to type a "." or reposition the cursor but both methods are unsuitable.
msnyder0
Member
558 Points
298 Posts
MaskedEdit - How to enter '0'?
Aug 29, 2008 11:48 AM|LINK
On the AJAX toolkit example page (http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx) if you click your mouse in the first textbox (Enter a Number) and type 0, it will not display the 0. Is there a way to display the 0? The only way I have found so far is to type a "." or reposition the cursor but both methods are unsuitable.
Thanks!