N
Nelson
In my web form, I am converting all lower case letters to upper case when
the user types the characters in the edit boxes. I am achieving that by
injecting client side script (onkeyup event) for each text box. However if
the user types the characters so fast it may not work.. Also there are some
other loopholes in my code. Is there any approach in ASP.Net to make sure
whenever the user types lower case, the data will be converted to upper
case.
My application is written using ASP.Net (VB.Net, Java Script and .Net Frame
Work 1.1 and TE 5.5+)
Thanks for your answers.
Nelson
the user types the characters in the edit boxes. I am achieving that by
injecting client side script (onkeyup event) for each text box. However if
the user types the characters so fast it may not work.. Also there are some
other loopholes in my code. Is there any approach in ASP.Net to make sure
whenever the user types lower case, the data will be converted to upper
case.
My application is written using ASP.Net (VB.Net, Java Script and .Net Frame
Work 1.1 and TE 5.5+)
Thanks for your answers.
Nelson