Asp.net with Muhanad YOUNIS

Browse by Tags

All Tags » linq (RSS)
Parent – Child in recursive data table with LINQ
If you have a data table which looks like this one below and holds child,parent rows at the same table; ID ParentID Name guid1 null parent 1 guid2 guid1 child for parent 1 so on so on so on and you wont to retrieve all records from the table in a table...
Posted: Nov 07 2009, 04:19 PM by mohi88 | with 8 comment(s)
Filed under: ,
Using 2 Tables Joined with LINQ as data source without anonymous cast error in databond method
Yesterday one of our project team member faced a challenge of using an anonymous data that is returned from joining 2 typed data tables with LINQ. The problem is not how to use the data, the problem was how to be able to cast and use the data in Repeater...
Posted: Nov 04 2009, 10:19 AM by mohi88 | with no comments
Filed under: , , ,
Where with dynamic parameter (linq)
Yesterday i faced a satiation that i need to make a search in a datatable with dynamic parameter ( i mean parameters that may change - not the type of the parameter –). So i had this table below ID appID condition --------- --------- ------------ 1 A...
Posted: Oct 20 2009, 11:03 AM by mohi88 | with 7 comment(s)
Filed under: ,
More Posts