Replace text

duelchamp1

Member
Joined
Aug 9, 2006
Messages
13
Programming Experience
Beginner
Hi guys

Does any one know how to make it so that when the user clicks a button it will replace the text in a label with the contents of a text boxs this is what I got so far:

Me.lbl1.Text.Replace("1", frmText.NuNameTB.Text)

Thanks
 
Back
Top