I'm working on list box "
Subcategory successfully fetch but Main category Repeat with every subcategory
in
"Query perform by ADO.Net Entity Framework"
List list = (from x in context.tblSubcategories where (x.Isactive == true) orderby x.CategoryId descending select x).ToList();
return list;
Salman BegPosted Nov 26, 2019, 7:09 AM