Links

0 Comments

Just a post for putting some interesting links:   Google Maps 1. http://code.google.com/intl/nl/apis/maps/   Google Maps API       Microsoft ASP .NET 1. http://www.asp.net/general/videos/how-do-i-create-a-custom-membership-provider   Creating a custom membership provider       Microsoft

Steps I take after a Microsoft Windows installation

0 Comments

There are always some standard steps I take after a Microsoft Windows 7 installation for a development machine. Application Actions to get to the setting Setting to change CMD powercfg -h off Disable hibernation  

Exception on filtering a telerik RadGrid

0 Comments

I was getting an error when I filtered a telerik RadGrid:   Error System.Web.HttpUnhandledException (0x80004005): Exception of type ‘System.Web.HttpUnhandledException’ was thrown. —> No property or field ‘Name’ exists in type ‘EntityBase2’ (at index 5) at

Exception during SaveEntity with LLBLGen Pro

0 Comments

I wanted to update an entity with LLGLGen Pro by executing the adapter.SaveEntity() method and got an exception.   Error An exception was caught during the execution of an action query: Cannot insert duplicate key

Using the Telerik GridHyperlinkColumn

7 Comments

I wanted a GridHyperlinkColumn to have a static text   DataTextField, contains the datasource columns that can be used in the property “DataTextFormatString” DataTextFormatString, is used to display the text of the hyperlink. Must be