I need to bind my DataTable to my DataGridView. i do this:
DTable = new DataTable(); SBind = new BindingSou
foreach (DictionaryEntry entry in Hashtable) { datagridviewTZ.Rows.Add(entry.Key.ToString(), entry.Value.ToString()); }