Contents tagged with RadGrid
-
Explained: EF 6 and “Could not determine storage version; a valid storage connection or a version hint is required.”
I have a legacy ASP.NET 3.5 web site that I’ve upgraded to a .NET 4 web application. At the same time, I upgraded to Entity Framework 6.
-
A Small World in ASP.NET–NimblePros Acquired by Telerik
A few weeks ago, fellow ASPInsider Steve Smith of NimblePros passed a client to me. It’s a part-time “tweaks and maintenance” gig for a small startup. I was quite happy to take this on. I’m mostly retired and no longer work fulltime but still want to keep my hand in ASP.NET and Visual Studio - and earn money for toys.
-
Extracting the Date from a DateTime in Entity Framework 4 and LINQ
In my current ASP.NET 4 project, I’m displaying dates in a GridDateTimeColumn of Telerik’s ASP.NET Radgrid control. I don’t care about the time stuff, so my DataFormatString shows only the date bits:
-
Fixing EntityDataSourceWrapper Error in EF (VB Version)
I lost a lot of time today on this error: