asp.net c# fill textbox from second page code example
Example 1: set current date to textbox in asp.net
DateTime. Today. ToString("yyyy/MM/dd");
Example 2: edit form item from class C#
TextBox t = Application.OpenForms["Form1"].Controls["textBox1"] as TextBox;