Hi guys can anybody tell me why is my 2nd column outputing null can anyone fix it tnx ^_^.SqlConnection
sqlCN.ConnectionString = strCN;
sqlDADetail.SelectCommand.CommandType =
sqlDADetail.Fill(sqlDS, tblName);
sqlCN.Close();
TmpDS.Tables.Add(
{
strCol = dc.Table.Columns[iCol].ToString();
TmpDS.Tables[0].Columns.Add(strCol);
strRow = dr.Table.Rows[iRow][iCol].ToString();
TmpDS.Tables[0].Rows.Add(strRow).ToString();
iRow++;
}
iRow = 0;
iCol++;