Name | Description |
Agent Example | Demonstrates the use of Microsoft Agent with .NET. |
Climbing Game | Demonstrates keyboard and "click" interaction with JavaScript within a .NET page. |
Display Server Date & Time | Simple page that retrieves the date and time from the web server using HTTP Post. |
Drag & Drop | Shows drag & drop implemented via JavaScript. |
Graphical Buttons | Shows graphical buttons implemented via JavaScript. |
HTTP Post Sample | Performs HTTP Post with two different methods (server-side) and generates an email via a "post with parameters." |
Media Example | Demonstrates using the Windows Media Player to play audio/video and the Flash player to play Flash movies. |
Navigation Frameset | Demonstrates a navigation frame controlling training pages shown in a "main window" frame. |
Questions (Data Bound) | Demonstrates a multiple choice test made up a single web page that is databound to different content. Clicking the "Next" button after the last question scores the test. This is a 100% server-side application. |
Sample Web Training | Shows how to load content, determine page order, and configure navigation from a backend Access database. |
Web Data Binding | Demonstrates training from within a single web page bound to an Access database. |
Web Services Calling Form | Calls a web service to display the time/date and send an email. |
Web Services Test | Shows the test page that ASP.NET automatically generates to test a web service (here the "timeDateEmail" service). |
Web Text Example | Demonstrates setting text of various server and client-side controls. |