Truncating a text string in ASP.NET to fit within a given pixel width

How to truncate a text string in ASP.NET to make it fit within a given width specified in pixels

Using the Image Control with ASP.NET 4.0

In this tutorial we will demonstrate how to use ASP.NET’s Image control to display images on a web form.

New Features in .NET 4.0

This article breifly explains New Features in ASP.NET 4.0 and C Sharp 4.0

Documenting the Life Cycle of an ASP Page

A simple framework for documenting the events of master and child pages and web controls.

Single Sign On (SSO) for cross-domain Asp.net applications, a simple implementation model

Architectural approach of a domain independent Single Sign On implementation for Asp.net applications

Unlimited Query string – ASP.NET

Unlimited Query string Solution for Web Application.

A Silverlight Expense Report Module using View Model (MVVM)

This module allows you to easily gather, and process Expense Reports, from users in your DotNetNuke portal

Registration Emails in CreateUserWizard with ASP.NET-C#

This tutorial demonstrates how to add registration emails to verify new accounts with ASP.NET’s CreateUserWizard Control using C#.

Add CreateUserWizard Steps with ASP.NET 4.0 and C#

This tutorial will demonstrate how to add a new custom step to ASP.NET’s CreateUserWizard Control and how to store the extra data gathered in the database with other user information in C#.

Automated UI tests with Watin in ASP NET MVC

How to create automated browser tests in ASP NET MVC using Watin