If i would like to take an interger value and display it on a label control, within a string, how do I accomplish this?
Ex.
Read an input from textbox1.Text and have a label display "The input from the textbox is: " The actual value of TextBox1.Text should go after the colon. How is this accomplished in C#.NEt ?
Thank You