ASP.NET 2.0 FileUpload control tutorial
by Steven Ng on February 12, 2007
In this tutorial I will show how to write C# code that handles the FileUpload control. We will use the RegularExpressionValidator control for client-side validation and introduce server-side validation methods when uploading specific file types.
coming soon…… Read the rest
Simple centered CSS layout
by Steven Ng on February 12, 2007
When developing a web app or site, I usually start off with an XHTML file (template.html) and a CSS file (base.css). This example is a common layout for most websites and web apps, which is a … Read the rest