Phone (01457) 858877 or email
Not only do we train in ASP.NET, but we develop internal and external systems in it too. It's our first choice for any system development. You can see a full list of our ASP.NET courses, exercises, manuals and venues on our ASP.NET home page, but in the meantime here's a sample of what you'll learn.
It's almost certain that you're going to want every single page of your website to have the same look-and-feel and header:
|
|
| Pages start out like this ... | ... and you fill in the details |
Our ASP.NET courses show you how to create and user master pages, and discuss whether you should be using themes or skins.
Here's an example of a search form from our internal Wombat system:

You can search for courses by a number of different criteria.
On the ASP.NET course you attend, you'll learn how to create dropdown lists on criteria forms, and get these to show search results.
Gridviews are the heart and soul of ASP.NET:

This gridview lists courses, and allows a user to edit or cancel any of them.
You'll learn how to create gridviews, and how to react to events on them.
For most courses, you'll learn how to create user controls in ASP.NET:

A single web page broken down into 3 separate user controls: an example of good ASP.NET page design.
So rather than having lots of individual pages, you should design a site with a few single pages composed of lots of linked user controls.