Hire my services

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

http://mdssolutions.co.uk

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. Also, I'm going to try and keep the site ad free so that the site is focussed completely on providing good quality information.

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

The DropDownExtender is an ASP.NET AJAX control that can be attached to almost any ASP.NET control to provide a drop-down menu. In this article, we will see some tips and tricks that can be applied to a DropDownExtender control.

This article examines the use of delegates to call functions and methods synchronously and asynchronously.

The ASP.NET MVC Framework allows developers to build web applications in a more flexible way. Using the MVC Framework you bypass the headaches of ViewState and Postbacks and also enable your application for testing. In this article we are going to take a look at the Controller Action Role-Based Security.

In this tutorial you will learn how to use GDI to draw an image or text on your ASP.NET Web page

The road from web scraping, to geo-coded XML documents, to Google maps.

The purpose of this article is to describe the technique I have used to implement the repository pattern in .NET applications. My implementations is a general purpose design that can be reused for many projects, allows the domain model to avoid dependencies on infrastructure, and facilitates domain-driven design, unit testing, and strongly typed querying.

This tutorial will explain how to incorporate LINQ with your web applications. This is designed as a step by step guide for developers ranging from beginner to advanced levels. If you have never used LINQ before, this is a great starting tutorial.

This articles illustrates how a developer can perform data binding against the Accordion AJAX control, showing relational data in a condensed manner.

This article continues the series to show other examples of creating custom data field controls for controls like the GridView and DetailsView.

The DotNetNuke project contains a time tested set-up wizard that works in a lot of situations. You can use a Web Deployment Project but it requires you to run a installer on the server. This may not work for a lot of situations where you are using a shared hosting server. The wizard allows you to FTP the application to a remote server and then launch the configuration wizard from the web browser.