i would like to know which is the best way to inform the user about his mistakes when entering data…
Show messagebox describing the first found error?
red the textboxes etc?
showing messages on the form(avoid messageboxes)…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
check out Enterprise patterns and practices
There is validation block, easy to implement and integrate to your applications.