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.
Monday, November 23, 2009 by Bryian Tan
An article on how to build a Multiple Selection DropDownList with AJAX HoverMenuExtender.
Sunday, November 22, 2009 by Raj Kumar
This article will help you to understand how to create ASP.NET MVC web applications using the ADO.NET Entity Data Model.
Saturday, November 21, 2009 by Aashish Gupta
In this article I will share the steps on how to hook up the Superfish jQuery Menu plug-in into your ASP.NET website to beautify your ASP.NET Menu control.
Friday, November 20, 2009 by Yi Liu
In this article, I demonstrate how to create a modal popup login page in ASP.NET. By using Login controls, AJAX Extensions, and the AJAX Control Toolkit, you can easily accomplish this task without much coding. The demo project is based on Visual Web Developer Express 2008 and the .NET Framework 3.5. It also assumes you have installed the AJAX Control Toolkit.
Thursday, November 19, 2009 by Scott Mitchell
Scott Mitchell's November 2009 Toolbox column in MSDN Magazine
Wednesday, November 18, 2009 by Mike Brind
As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care?
Wednesday, November 18, 2009 by rtpHarry
The site map file is a great place to store extra snippets of page-specific information. In this article we will explore how easy it is to add custom attributes to a site map by creating a user control to display a sitemap and adding custom attributes to filter out specific pages.
Monday, November 16, 2009 by Bryian Tan
A step by step tutorial on building and implementing an ASP.NET Slideshow user control with jQuery and XML.
Sunday, November 15, 2009 by Mohammad Azam
In ASP.NET 1.X and ASP.NET 2.0 DataList was the primary control used to display data in groups. In ASP.NET 3.5 we have a new control that takes care of grouping data. In this article we are going to demonstrate how to group data using the ListView control.
Saturday, November 14, 2009 by Dino Esposito
Client-side rendering in ASP.NET 4 allows you to use HTML templates to define your desired layout and supplies a text-based syntax for placeholders of run-time data. This article covers conditional template rendering.
Friday, November 13, 2009 by Mike Brind
Since my article on using parameters for Preventing SQL Injection In ASP.NET, I have had a few emails asking how to do the same with an IN clause expression. In this entry, I explore a couple of ways to do this.
» Submit an article and Gain Recognition Points