Custom TextBox control in .NET
This resource contains the Custom TextBox Controls which can be easily integrated with your application. This will definitely help when there are situations of restricting characters and using only numbers, currency values or percentage.There is no need of validations as the control will not allow you to type the characters. Find Custom TextBox control in .NET
Learn something about Custom TextBox control in .NET
Many of us have faced difficulty in defining the validation for restricting the characters in a textbox and allow only numbers. Here I have created a dll to solve your problems.
I have used javascripts to restrict the character typing and prefixing with the currency value for currency textbox. Most of us would have felt diffculty in restricting the characters in textbox and allow only numbers.
Also when using currency you would have provided your custom coding to control.
I have created custom textboxes to solve the problems and easily integrate the custom textbox in your application.
The dll i have created contains the following textboxes
All three textboxes allows only numbers. For currency textbox the currency value will be prefixed with currency symbol based on the Culture set in globalisation.For percentage textbox the value will be displayed as %.
How to install the controls in Visual Studio?
How to use the controls in your application?
Hope this helps!!!
Regards,
S.Rajeswari
Steadfast technology
CustomTextBoxes.dll