Online Articles

Resetting the Page Index in a ListView

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.

Introduction to ASP.NET HTML Helpers

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.

Replacing ASP.NET Session with Velocity Session Provider

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.

Detecting .NET Application Memory Leaks

This article shows how to detect and investigate .NET application memory leaks.

ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtend...

An article on how to build a Multiple Selection DropDownList with AJAX HoverMenuExtender.

ASP.NET MVC Web Application using ADO.NET Entity Data Model

This article will help you to understand how to create ASP.NET MVC web applications using the ADO.NET Entity Data Model.

Customizing ASP.NET Menu Control to use jQuery,Superfish and CSS ...

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.

How to Create an ASP.NET Modal Popup Login

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.

Database Documentation, API for Pre- and Post-Conditions, Blogs a...

Scott Mitchell's November 2009 Toolbox column in MSDN Magazine

Dependency Injection and Inversion of Control with ASP.MET MVC

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?

Adding Custom Attributes to Your Web Sitemap

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.

ASP.NET Slideshow Control with jQuery and XML

A step by step tutorial on building and implementing an ASP.NET Slideshow user control with jQuery and XML.

Grouping Data in the ListView Control

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.

Conditional Rendering in ASP.NET AJAX 4.0

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.

Parameterized IN Clauses with ADO.NET and LINQ

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.

    Page 1 of 187   Page 2 >  Last >>

» Submit an article and Gain Recognition Points

Community Recognition Program

Yesterday's Top Movers

Mikesdotnetting earned 16 points yesterday.

Learn about the Community Recognition program and visit the Hall of Fame.

Microsoft Communities