Any hints on how to solve this problem?
(Login User Control) Create a UserControl called LoginPasswordUserControl that contains a Label that displays string "Login:", a TextBox, where the user inputs a login name, a Label that displays the string "Password:" and, finally, a TextBox where a user inputs a password. LoginPasswordUserControl must provide public read-only properties that allow an application to retrieve the user inputs (i.e., login name and password). Write a driver to test LoginPasswordUserControl.
|