Question #18380

what is the syntax for writting an assignment statement that assign the value eg.txtFirst control to the strFirst member and assign the value in the txtLast control to the strLast member.

Expert's answer

strFirst = txtFirst.Text
strLast = txtLast.Text
LATEST TUTORIALS
APPROVED BY CLIENTS