Question
Create a user control called LoginPasswordUserControl that contains a Label(loginLabel) that displays a string Login , a textbox (loginTextbox) where the user inputs a login
Create a user control called LoginPasswordUserControl that contains a Label(loginLabel) that displays a string Login , a textbox (loginTextbox) where the user inputs a login name, a label(password label) that displays the string password and finally a textbox (passwordTextbox) where the use inputs a password,(set the property PasswordChar to "*") in the textbox property window. LoginPasswoordUserControlust provide public read only properties Login and Password that alllow an app to retrieve the user input from loginTextbox and passwordTextbox. The userControl must be exported to an app that displays the values input by the user in the LoginPasswordUserControl. USE C# IN VISUAL STUDIO
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started