Syllabus Schedule Examples FAQ Assignments My home page

CS 437/637 Database-Backed Web Sites and Web Services
Examples
Fall 2009

Dr. Wei Ding


Web Services

  1. A WebService Example (code behind Service1.asmx.cs)

XML

  1. A simple XML example: note.xml
  2. An XML document with an internal or external DTD (note.dtd).
  3. A raw XML file     Same file styles with an XSL stylesheet     The XSL stylesheet

ASP.NET

To find out the source code of ASP.NET .txt files, first let the browser display the page you want to view, then simply click on the VIEW option of your browser toolbar and then select SOURCE (for IE) or PAGE SOURCE (for Netscape Navigator).

  1. <asp:label> Control
  2. Control Attributes: labelControl_Csharp.aspx and labelControl_Csharp.aspx.cs
  3. <asp:dropdownlist> Control: dropdown_Csharp.aspx and dropdown_Csharp.aspx.cs
  4. ASP.NET validation controls: usingvalidationcontrol.aspx and usingvalidationcontrol.aspx.cs

HTML

To find out the source code of HTML files, first let the browser display the page you want to view, then simply click on the VIEW option of your browser toolbar and then select SOURCE (for IE) or PAGE SOURCE (for Mozilla Firefox).

  1. A simple bare-bone HTML document
  2. Basic HTML Tags
  3. HTML Links
    1. Set a link from document A to a specific section in another document
    2. Links to specific sections within the current document
  4. Lists
  5. Character Entities
  6. An HTML Form

Top

Valid XHTML 1.0!


Locations of visitors to this page