how do i go about doing this in visual studio 2005. I am able to display in the label with only one text box information, but i want the label to display multiple text box information in same label
This is what i use to display one textbox information in a label
lblResult.Text = Convert.ToString(txtName.Text);