Label.Text=ds.Tables(0).Rows(i).Item( "列名 ")
Label.Text=ds.tables[0].rows[0][ "filed "]
Label.Text=ds.Tables[0].Rows[x][y]
Label.Text=ds.Tables(0).Rows(i).Item( "列名 ")
Label.Text=ds.tables[0].rows[0][ "filed "]
Label.Text=ds.Tables[0].Rows[x][y]
相关文章: