I was developing a login box. But when i give the id and password it never checks for the sensitivity of case. It accepts both capital and small letters if they are same. What i do?

Recommended Answers

All 4 Replies

You need to handle that part in your code.

Lets see your code.

well you can use the function
uppercase Ucase()
and lowercase Lcase()

but its better if you will show the code

I am just storing the text box value as password and then checks that whether it is equal to the name which is present in database

You still need to handle that in your code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.