Archives
-
.NET Framework 4 Migration Issues
Before you start the migration, i suggest to read .NET 4 migration issues and breaking changes which can be found here.
-
Wow ! “Add reference” dialog in VS 2010 is showing up quickly
I just wanted to mention that one of the cool enhancements in VS 2010 is that the “Add reference “ dialog will show up quickly and will load the assemblies on demand.
-
Solving “The Select operation is not supported by .. unless the SelectMethod is specified.”
In most cases, You will get that error when you are using a data source control(like ObjectDataSource) without setting it’s SelectMethod as data source for the DetailsView control.
-
Tip of the day: Don’t misuse the Link button control
Misuse ? Yes it is !