str = " select * from V_ProductPlanYears where 1=1 "; SqlDataAdapter SqlDa = new SqlDataAdapter(str, conDb10); DataTable dt = new DataTable(); SqlDa.Fill(dt); dgvProductPlanning.DataSource = dt;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)