I want to display total number of records of Access data table on my ... DataTable dt = ds.Tables[0];. lblTotalCount.Text = dt.Rows.Count.
確定! 回上一頁