1
Answer

generic list selection load grid

Photo of Mahendren Myya

Mahendren Myya

6y
532
1
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 ..... 

Answers (1)