How to write the code for Make a validation program (GUI BASED) which will take the following inputs
User Name
Password
It will then check the given user name and password from the values stored in data base table. If they match with the data base values then show success message otherwise shoe the failure message.