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.
Thursday, November 12, 2009 by Suprotim Agarwal
While browsing through the forums a couple of days ago, I came across this query where the user wanted to list down the types in .NET 3.5 in the order of the length of their names. He also wanted to find out the total number of types in .NET 3.5 and 2.0. Here’s how to do so using LINQ.
Wednesday, November 11, 2009 by Akhtar Shiekh
In this article I am going to demonstrate what are the performance drawbacks of using conventional way to page and sort your GridView and then I will demonstrate 'An Optimized way to implement Paging and Sorting'.
Tuesday, November 10, 2009 by Bryian Tan
Recently, I was looking for a multiple selection dropdownlist control for my new project. After spending some time researching for it, I decided to put together all my finding in one web user control. This web user control consists of an ASP.NET AJAX HoverMenuExtender, JavaScript, StyleSheet and CheckBoxListExCtrl . The final product will work with or without a MasterPage and you can drag and drop more than one instances of the control on to the page.
Monday, November 09, 2009 by Jeffrey Palermo, Ben Scheirman, and Jimmy Bogard
This article introduces the essential concepts of the ASP.NET MVC framework, dissects the MVC pattern, and provides real-world examples to illustrate how it works.
» Submit an article and Gain Recognition Points