Please note that many of these examples are intended to be used on an
intranet where they would run much faster than on the internet.
|
|
|
An employee list with accompanying photographs.
|
|
|
|
|
|
A hospital off-duty staffing rota system to encourage staff flexibility and minimize the need for agency staff.
|
|
|
|
|
|
An ASP.net timesheets system system. Allows bookings from remote locations via a web browser. At the login screen, use the name "guest" and enter anything for the password.
|
|
|
|
|
|
A printable sales report subtotalled by customer.
|
|
|
|
|
|
A printable inventory report sorted by category.
|
|
|
|
|
|
A system to encourage the use of car sharing within a company. The system reinforces the economic benefits of car sharing.
|
|
|
|
|
|
Demonstration of an Office 2000 Web Component.
|
|
|
|
|
|
Using an ASP.NET web service function to return a Dataset.
|
|
|
|
|
|
A page for adding data to a database.
|
|
|
|
|
|
A page that demonstrates drilling down through data to show progressively more detail.
|
|
|
|
|
|
Presenting and sorting data using an ASP.NET datagrid.
|
|
|
|
|
|
Data presented in a table.
|
|
|
|
|
|
This example uses a Windows Script Component on the server to access the database and return the total sales for the selected category.
|
|
|
|
|
|
A selection from a Bill of Materials database loaded into an ActiveX control (Microsoft Treeview 6.0). Needs I.E. 4.0 or later, and the control (MSCOMCTL.OCX) to be registered on your machine.
|
|
|
|
|
|
Using XPATH to query the data in XML and return only the data that matches the given criteria.
|
|
|
|
|
|
Create an XML document using Active Server Pages to extract the data fom a database.
|
|
|
|
|
|
Viewing the XML data with an HTML web page using a Data Island.
|
|
|
|
|
|
Using an XSL document to transform XML on the server or the client to display the output as HTML.
|
|
|