datagrd.DataSource = dt;for (int i = 0; i < datagrd.ColumnCount; i++){ datagrd.Columns[i].ReadOnly = true;}
Login to post response