Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
label9.Text = textBox2.Lines.Length.ToString();
or
label9.Text = Convert.ToString(textBox2.Lines.Length);
:facepalm: :rtfm: .ToString
() though.
And yes, give the elements meaningful names, not textbox98 and btn56.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question