O Oleg Ogurok Jun 24, 2004 #2 DataTable dt = ds.Tables[0]; DataRow newRow = dt.NewRow(); dt.Rows.AddAt(0, newRow);
D Darren Clark Jun 24, 2004 #3 thanx for that Oleg Ogurok said: DataTable dt = ds.Tables[0]; DataRow newRow = dt.NewRow(); dt.Rows.AddAt(0, newRow); Darren Clark said: is there a way to add a row to the TOP of a dataset? Click to expand... Click to expand...
thanx for that Oleg Ogurok said: DataTable dt = ds.Tables[0]; DataRow newRow = dt.NewRow(); dt.Rows.AddAt(0, newRow); Darren Clark said: is there a way to add a row to the TOP of a dataset? Click to expand... Click to expand...
D Darren Clark Jun 24, 2004 #4 ta... Oleg Ogurok said: DataTable dt = ds.Tables[0]; DataRow newRow = dt.NewRow(); dt.Rows.AddAt(0, newRow); Darren Clark said: is there a way to add a row to the TOP of a dataset? Click to expand... Click to expand...
ta... Oleg Ogurok said: DataTable dt = ds.Tables[0]; DataRow newRow = dt.NewRow(); dt.Rows.AddAt(0, newRow); Darren Clark said: is there a way to add a row to the TOP of a dataset? Click to expand... Click to expand...