Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
There are several controls that you can use. You can use the masked textbox or a Numeric Up/Down control. The masking in .NET is weak to some degree and 3rd party controls can help in this one area quite a bit. If in the budget Infragistics has some great Currency and Numeric masming controls that work very well. As you know, the SF Masked TextBox inherits from the .NET control. So though you can do exactly what you are trying to do, if your needs are not met then some options are looking at a 3rd party control for more complex maskings.
|