Option 2: Using a combination of LINQ Select and Distinct operators. if (!IsPostBack) { GridView1.DataSource = GetProducts() .Select(o ...
確定! 回上一頁