question archive If you are going to create a log-in form, what should the following basic properties of the given controls/objects? Control/"Object Form Name Property Text Property Button Textbox

If you are going to create a log-in form, what should the following basic properties of the given controls/objects? Control/"Object Form Name Property Text Property Button Textbox

Subject:Computer SciencePrice:9.82 Bought3

If you are going to create a log-in form, what should the following basic properties of the given
controls/objects? Control/"Object Form Name Property Text Property Button Textbox

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE

Answer Preview

Control/Object Name Property Text Property
Form form_login LOGIN FORM
Button login_button LOGIN
Textbox

user_email

user_password

Enter email address

Enter password

Step-by-step explanation

 Text property is read by the user on the form while the Name property is utilized by the programmer or developer to make a unique reference during coding.