Tuesday, December 08, 2009 by Suprotim Agarwal
In this article, I will demonstrate how to search and filter items of an ASP.NET DropDownList using jQuery
Monday, December 07, 2009 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, December 06, 2009 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, December 05, 2009 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.
Friday, December 04, 2009 by Scott Allen
If you are an ASP.NET Web Forms programmer making the switch to ASP.NET MVC – what’s the first thing you should learn?
Thursday, December 03, 2009 by Mike Brind
When it comes to protecting files from unauthorised downloading, the vast majority of articles offer solutions that involve mapping common file types (.pdf, .txt, .doc etc) to ASP.NET within Internet Information Services. However, often in a shared hosting environment, you don't have access to IIS and the hosting company will not agree to providing such mappings for you, so what do you do?
Wednesday, December 02, 2009 by Deepak Kapoor
ASP.NET 4 allows developers to customize Client ID which gets generated by ASP.NET. In this article we will look at different ways to work with this new feature of ASP.NET 4.
Tuesday, December 01, 2009 by rtpHarry
rtpHarry walks you though a better way to reference your wizard steps using named steps. By decoupling your steps from the index count you will avoid code smells creeping into your application which can make your code fragile when changed.
Monday, November 30, 2009 by Mike Brind
If you have a Google Analytics account, you can use the Data Export API provided by Google to access your visitor stats, and retrieve them for use elsewhere. Here's how to display some stats in ASP.NET.
Sunday, November 29, 2009 by Ben Scheirman
In this article, you will learn about two major extensibility points of ASP.NET MVC 2, the ModelMetadataProvider and the ModelValidatorProvider. These two APIs control how templates are rendered, as well as server-side & client side validation of your model objects.
Saturday, November 28, 2009 by Dave Verschleiser
The article covers the use of AJAX to consume web services in ASP.NET 3.5. It delves into both client-side network callbacks and server-side ASP.NET controls, and helps the reader to determine which method is best suited for his or her application. It includes code samples as well.
Friday, November 27, 2009 by Lee Dumond
Resetting paging in a GridView is pretty easy, but that isn't the case for a ListView. There's actually no such property as PageIndex with ListView, so we need to dig into the internals of the DataPager to perform this common task.
Thursday, November 26, 2009 by Mohammad Azam
In this article we will introduce the concept of HTML helpers and how they can help the developer to speed up the development for an ASP.NET MVC application.
Wednesday, November 25, 2009 by Gil Fink
One nice feature of Microsoft Distributed Cache aka Velocity is a custom session provider that can replace the ASP.NET default session provider.
The article explains how to replace ASP.NET session with the Velocity session provider that is being provided with Velocity.
Tuesday, November 24, 2009 by Shivprasad Koirala
This article shows how to detect and investigate .NET application memory leaks.
» Submit an article and Gain Recognition Points