System.Type.GetType().ToString()
typeof(xxx).ToString()
TextBox txtName; if(txtName.GetType() == typeof(TextBox)) { }
string dx = textBox1.text.trim(); dt.Rows[0][4]=dx;