Hi,
I am inserting the registration details in the database. In this, Password format is in the format of "Hello@123" (Uppercase, Lowercase, Special Character, Numbers). when i login into the form, if i am giving the format like "hello@123" it allows that password. But it doesn't take "hello@123" it takes only "Hello@123". How to achieve this?
Please help me..It's Urgent
Thanks in advance
Loading
Manish Kumar ChoudharyPosted Mar 4, 2015, 12:35 AM
What code you are using for this ? You want to ignore upper case compression? If yes then use ToLower() before passing password for actual DB compression.