Online Articles

Search and Filter Items of an ASP.NET DropDownList using jQuery

In this article, I will demonstrate how to search and filter items of an ASP.NET DropDownList using jQuery

Ajax with Postback Ritalin

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.

Building N-Tier Apps with EF4

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.

Dynamic Meta Description and Keyword Tags for Your MasterPages

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.

What’s The First Thing To Learn About ASP.NET MVC?

If you are an ASP.NET Web Forms programmer making the switch to ASP.NET MVC – what’s the first thing you should learn?

Simple File Download Protection with ASP.NET

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?

Working With Client ID In ASP.NET 4

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.

A Better Way to Reference Your Wizard Steps Using Named Steps

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.

Displaying Google Analytics Data in ASP.NET

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.

Customizing ASP.NET MVC 2 - Metadata and Validation

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.

How To Consume Web Services Using AJAX and ASP.NET 3.5

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.

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.

    Page 1 of 188   Page 2 >  Last >>

» Submit an article and Gain Recognition Points

Community Recognition Program

Top Community Members

Vince Xu - MSFT is at the "All-Star" level with 62,020 points.

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

Microsoft Communities