Looking at the ASP.NET MVC Framework , i found something very useful. Basically this few lines of code adds to your project an Extension Method wich implements support for paging on any Generic List. using System; using System.Collections.Generic; using
Read More...
For those that are creating websites, there's always a need to test the application with old versions of Internet Explorer. Specially for our team, that creates web based applications to be used by users that work in banks. Banks are known to not change
Read More...
Once a while in my web projects i need to use some controls from the AjaxControlToolkit. I'm always forgotting the web service configuration, include the [ScriptService] and [ScriptMethod] attributes in the class and in the web methods. I found a very
Read More...