objNewsMast = NewsMasts.SingleOrDefault(Rec => Rec.NewsMastKey == 2); if (objNewsMast != null) { objNewsMast.Dsc = "Today News"; objNewsMast.Title = "Latest News"; objNewsMast.Ext = "Mpg"; objeDC.SubmitChanges(); }
Monday, March 22, 2010
update record using LINQ programmtically in c#
-
The following article discusses the WPF command binding feature with relation to Mouse clicks. One of WPF powerful features is the bindin...
-
SQL Server has never been short of ways to read from and write to files and it is always better to use the standard techniques provided b...
-
In this article we will look at the basics of Angular.Js. This is the first part of an article series. The main objective of this series i...