textbox having textmode as Password and MaxLength property set to 10.
Our application has server validation for every control to check if user is trying to enter more then allowed length.
We noticed that it is saying that customer tried to enter 20 or 12 or 15 characters. We tried but UI is not allowing to enter more then 10 charaters. Even copy and paste dont work,
Is it possible to enter more than 10 characters?
Go to the complete details ...