April 2010 - Posts

2
Comments

.NET Framework 4 Migration Issues by anas

Before you start the migration, i suggest to read .NET 4 migration issues and breaking changes which can be found here .
Filed under: ,
5
Comments

Wow ! “Add reference” dialog in VS 2010 is showing up quickly by anas

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. Thanks For VS team for this enhancement !
2
Comments

Solving “The Select operation is not supported by .. unless the SelectMethod is specified.” by anas

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. If you want to display one record in the detailsView control to allow...
Filed under:
7
Comments

Tip of the day: Don’t misuse the Link button control by anas

Misuse ? Yes it is ! I have seen a lot of developers who are using the LinkButton to do redirection only ! They are handling it’s click event to just write Response.Redirect ("url”) like this: protected void LinkButton1_Click( object sender, EventArgs...
Filed under:
More Posts