Can someone help me on this, I'm new to ASP.
I'm Using C# to code this?
I have a Label (LableName1)that receives a value, “Name”
And I have a textbox (TextBox1) that I want the value of the label inserted in (“Name”)
Can you please show me, below how I would do this.
Code:
protected void TextBox1(object sender, EventArgs e)
{
}
Thanks! 
|