
Is there a MaskEditBox replacement in .NET
I need a series of textboxes which will accept currency amounts. Nothing
strange here, just want the text to be formatted in such a way that the text
stored in the edit control is a decimal value or at least something I can
easily extract a decimal value from to be stored in an SQL table, but all
the while displaying it to a user as a string like $x,xxx.xx. Ideally, it
should disallow any alpha characters and only allow numerics.
Anybody know how to do this?
--
TW
(is it safe to come out?)