SAMPLES - ASP.NET CODE    


* NOTE : To use any of these ASP class modules, you need to put them on a server running MS IIS 4.0, 5.0, or better.

* NOTE : If you have problems downloading these files, try holding the <SHIFT> key and left-click on the URL of the file.  If that doesn't work, right-click on the URL of the file and select "Save Target As..." or "Save Link As..."

    Name:   Description:   Required:
Sample__Form_via_ASP_Style.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates how to make use of an input form.  This sample uses the old "ASP style" to retrieve information submitted by the user.
  Nothing
Sample__Form_via_NET_and_HTML.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates how to make use of an input form.  This sample uses some of ASP.NET's functionality along with standard HTML to easily retrive submitted information.
  Nothing
Sample__Form_via_NET_Only.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates how to make use of an input form.  This sample uses only ASP.NET retrive submitted information.  This method is a little more complex than the other two, but it's 100% .NET (which some people like to stick to).
  Nothing
Sample__Repeater.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates how to execute a SQL query and display the results using an Repeater control.
  cOLEDB.vb
Sample__DataGrid.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates how to execute a SQL query and display the results using an DataGrid control.
  cOLEDB.vb
Sample__DataList_Simple.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates a simple way to execute a SQL query and display the results using an DataList control.
  cOLEDB.vb
Sample__DataList_Complex.aspx  
This is an ASP.NET page build with "ASP WebMatrix" that demonstrates a more complex way to execute a SQL query and display the results using an DataList control.
  cOLEDB.vb