Muhanad YOUNIS

Browse by Tags

All Tags » Tips & Tricks (RSS)
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: , , ,
Global Timer (Background Timer)
Updated on 01.19.2009 Why do you need a Global Timer ? There are many reason that you might want to use a global timer for, like pulling data from you database on time periods to prevent user from displaying empty data. I used the global timer to get...
More Posts