using string as control id in C# ASP.NET
i have a page with 2 textbox items and a button textbox1 contains a word , and textbox2 is empty now i want to put content of TextBox1.Text in TextBox2.Text with button click, i tried: protected void Button1_Click(object sender, EventArgs…