Which of the following statements will assign the contents of the Text property of a Textbox control named txtInput into the Text property of a label control named lblDisplay?

A) txtInput.Text = lblDisplay.Text

B) lblDisplay = txtInput

C) lblDisplay.Text = txtInput.Text

D) txtInput = lblDisplay