Welcome to Chris Craig's ASP.NET sandbox site.
This site is where I delve into the mysteries of ASP.NET and learn how to be awesome at it.
Recent Projects on this site:
An online product catalog application which allows a sales associate to browse the company’s products. This also uses Data Binding with a differnent database.
Implementation of Data Binding using the good old NorthWind database to select records of Customers by Country, view details, edit and add new records.
A form for the HR department of this fictional firm to use when interviewing prospective hires. Upon submission the form writes to a SQL server Database. Also includes the functionality for viewing all Candidates information (pulling info from the database).
A simple wage calculator for a fictional IT consulting firm. Form entry uses javascript validation and falls back on server-side validation if javascript is turned off.