Hi !
I have a login screen with loginid and password field. I want to convert the entered value into uppercase and check that uppercase value with database for validity. How to convert it to uppercase. The catch is as the user enters the data, the displayed value in the text field should be in uppercase. Suppose, he enters 'a' the text in textfield should display 'A'.
Thanks
AJP
I have a login screen with loginid and password field. I want to convert the entered value into uppercase and check that uppercase value with database for validity. How to convert it to uppercase. The catch is as the user enters the data, the displayed value in the text field should be in uppercase. Suppose, he enters 'a' the text in textfield should display 'A'.
Thanks
AJP