2009/11/24

Tigra Javascript Calendar

!
http://www.softcomplex.com/products/tigra_calendar/
!
!

2009/11/05

LINQ Retrieve Last Records

var GenerateCodeList = (from a in dc.allProductInfos
join b in dc.Processors on new {id = a.id} equals new {id = b.id} into b_join
from b in b_join.DefaultIfEmpty()
where a.id.Contains("QRT%")
orderby a.MRTP_id descending
select new ProductItem
{
ProductCode = a.id,
MST = b.mst,
CPC = b.cpc_cd,
GroupId = a.prd_grp_id,
GroupName = a.prd_grp_txt,
Requestor = b.user,
DateCreated = b.change_date
}).Take(20).ToList();
!

Google Analytics

Blog Archive

Followers