Welcome to Your Alentus ASP.NET Account


QuickStart Samples

The ASP.NET QuickStart Samples are a few ASP.NET samples and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP.NET Web programming framework. The QuickStart Samples are designed to be short, easy-to-understand illustrations of ASP.NET features. All files are located in the root folder of your site. The files can be deleted or replaced by your own files.

Example 1: Sending Email from an ASP.NET Web Page (feedback.aspx)

A common use of sending email from a Web page is allowing site visitors to fill in comments via an HTML form and send them in to the site's administrator. In the example, you will see how to use the SMTPMail class, found in the System.Web.Mail namespace.

Run the Sample |  View the Source


Example 2: Access a Database with ASP.NET (database.aspx)

In this example, you can see how to use an ASP.NET page to open an Access database, run a query against the database, and display the results in an HTML table. The database file used in the example is called database.mdb, and is located in the root folder of your site.

Run the Sample |  View the Source


Example 3: Rendering XML Data (books1.aspx, books2.aspx)

These examples demonstrate how to render an XML file as a grid using the DataGrid and Column Binding.

Run Simple Sample |  View Simple Source |  Run Fancy Sample |  View Fancy Source


Example 4: Creating an Image on the Fly (makegraphic.aspx)

This example by Christophe Wille shows you how to create a graphic image on the fly using VB code.

Run the Sample |  View the Source


Example 5: DataGrid Events - Sort, Edit, Delete (gridevents.aspx)

This example by Charles Carroll demonstrates how to render an XML file (books.xml) as a grid. It demonstrates the various events and behavior a DataGrid exhibits that makes sorting, deleting and other tasks easy. The examples demonstrates the events without any code that affects the data so you see the event model.

Run the Sample |  View the Source


ASP.NET Developer Resources on the NET

Microsoft ASP.NET Site


©2001 Alentus Corporation. All rights reserved. | Alentus Homepage | Alentus Support Site |