Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Need to Make All textox text in Capital Letters, whenever user type in small or capital it should be in capital letters,

I have used Ajax Extender FilteredText, But it Does not allow Spaces in between.

Is there any Other Method?
Posted

1 solution

prathamesh1234 wrote:
I have used Ajax Extender FilteredText, But it Does not allow Spaces in between.


Modify ValidChars to include a space. See more here.

Either that, or use some JavaScript. You can capitalize letters in a textbox when a key is pressed or released. You might want to perform the capitalization on other events if they are available, such as when pasting text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900