Problem with LINQ in asp.net

KhIrfan

New Member
I would like to implement LINQ IN ASP.NET for filter required data from datatable. I have doubt that what is right place. I have following options[*]At presentation layer *.aspx.cs[*]At our Business layer.[*]At our Data base layer, where query for database happen which is return as a datatable to business layer. Business layer then return the result to presentation layer.Can anyone please help me to find out right place for LINQ because now i have to further filter data from datatable as per user selecter filters.Please help?
 
Back
Top