Change Window Form Text according to User Input in C#

Here, I will show you the method to Change the window form text dynamically using c# code.
 
Step 1: Drag and drop TextBox control on your form.

 
Step 2: Write this code in form.cs file.

 
Output: Here you can see the Textbox text and the form title text are the same.