I've added a datagridview with 2 columns, one contains song name and other song URL.

datagridview1.rows.Add(dataforfirstcol, datafor2ndcol);

But how to fill data only in second column or in first by using its column name.
pankaj Reviewed by pankaj on . datagridview help I've added a datagridview with 2 columns, one contains song name and other song URL. datagridview1.rows.Add(dataforfirstcol, datafor2ndcol); But how to fill data only in second column or in first by using its column name. Rating: 5