DataSet ds = new DataSet()
sda.Fill(ds)
object obj = ds.Tables[0].Rows[0][0].ToString();