SqlCommand cmd = new SqlCommand("select [Project ID] FROM [-----------].[dbo].[---------------------] where Lab='" + OrgId + "'and [Project ID] like '%'+ @ProjectName +'%'");
can anyone explain the meaning of this query, the last lines tho
thanks
subin