Hire my services

If you would like to hire my services, you can now do so by visiting the following link:

Website Design Darlington

Article Statistics

ArticlesLatest Entry
2121-May-2008

Code Bank Statistics

CategoryTipsLatest Entry
Applications420-Feb-2008
Cache118-Apr-2007
Controls926-Jul-2007
CSS107-Sep-2007
Database428-Aug-2007
Dates128-Aug-2007
Email105-Mar-2007
Files123-Apr-2007
HTML101-Mar-2007
Images226-Mar-2007
Pages115-Oct-2007
Sessions122-Nov-2007
SQL Server1518-Mar-2008
Strings309-May-2007
Skip Navigation LinksHome

ASP.NET Library

Welcome to the ASP.NET library. The idea of this site is to provide ASP.NET articles, code and tips for professional ASP.NET developers.

I've tried to keep the site as simple as possible to navigate whilst still providing the quality content that will hopefully become a valuable resource for many of you developers out there. There is no membership section to this site so all content is free of charge and I won't be collecting any personal information from anyone viewing the site.

I'll also be using this site myself as a means of storing useful code that I've written, used in some of the applications I've built or simply think needs to be shared. If you have any additions that you think will benefit this site or any of it's readers, please let me know.

Latest Articles from: www.asp.net

I had created a Google Maps web page that loaded data from a database using web services (Denver Traffic Cameras). This post is a tutorial on how to create such a page.

The ASP.NET MVC framework provides multiple ways to validate the user input. In this article we are going to demonstrate how to perform validation in an ASP.NET application using Controller action, IDataErrorInfo and DataAnnotations methods.

This article will demonstrate the development of an FBML Facebook application in ASP.NET using the Facebook Development Toolkit. We will create a simple application that accesses the user's profile and displays a list of the user's Facebook friends and their profile photos in a Facebook "Application Invite" container.

In this article, I present another aspect of communication in ASP.Net 2.0, named "CallBack” and how it can be used for a web application asp.net soft light and especially performant. For this I created a set of web controls based on the "CallBack" not on "PostBack" but that works exactly like the standard controls of ASP.Net 2.0

This is a very simple tutorial that walks you through the necessary steps to create an ASP.NET MVC application with Create, Read, Update and Delete (CRUD) capabilities. This sample application also uses Linq to SQL and takes full advantage of data scaffolding

A look at essential pieces of knowledge you should have when working with view models and drop-down lists in the ASP.NET MVC framework.

A frequent requirement for ASP.NET developers is to schedule tasks at regular intervals. This can include site maintenance tasks, like cleaning up old files, emailing newsletters on a schedule etc. This article examines one easy option for managing tasks like these without having to configure external tools, and discusses a couple of alternatives.

ASP.NET natively supports script embedding only into the body of the HTML document which is limited in many ways if you need more control over how scripts load under program control. In this post I'll show one of my components that allows embedding scripts and script references in the header of the document as well as many useful script embedding features for ASP.NET.

This short article demonstrates how to create a watermark effect on your TextBox and display instructions to users, without taking up screen space

Widgets have gained popularity over the years. There are many websites that allows the user to add widgets on their home page. In this article we will create a simple Stock widget for our ASP.NET application using the RenderAction method