gridView1.DataSource = _objlistCRM_QuotationRequestDocument.Select(l =>l.fProduct = "111");
gridView1.DataBind();
i want to filter the data from generic list, then bind to gridview.
but it not working....
can anyone give a solution for this .....
Gajendra JangidPosted Jun 3, 2019, 6:39 AM