In Visual C# when I click a button, I want to load another form. But before that form loads, I want to fill the textboxes with some text. I tried to put some commands to d
You can set "Modifiers" property of TextBox control to "Public"