Tuesday, Dec 8 by Suprotim Agarwal
In this article, I will demonstrate how to search and filter items of an ASP.NET DropDownList using jQuery
Monday, Dec 7 by Rohit Sinha
Recently I noticed a simple and nice control giving more functionality to partial postback, it is Postback Ritalin. This is built on top of ASP.NET Ajax extensions and offers a nice solution to a common problem i.e. disabling button during partial postbacks.
Sunday, Dec 6 by Daniel Simmons
This article looks at some features coming in the second release of the Entity Framework (EF4) and how you use them to implement the Self-Tracking Entities and Data Transfer Objects (DTOs) n-tier patterns.
Saturday, Dec 5 by rtpHarry
Take a look at a technique for dynamically inserting meta tags into your master pages. By taking control of the head tag and inserting your own HtmlMeta you can easily customise these tags.