In this example user.firstName
is bind with the first textbox and user.lastName
is bind with the second textbox. These variables are also bind with the span tag for print the full name. As you type in the firstname and lastname textbox the full user name will show in the span below.