in form1 i have this code
#region MaterialSize Declaration
//public static string materialtype = "";
private string _materialtype = "";
private string _size = "";
private string _kg = "";
private string _price = "";
private string _barcolour = "";
private string _sizeLength = "";
private DateTime? _datemodify;
#endregion
i want to get their value and put all in the textbox of form2
how can i get the value in form1? please