clustered index homeClients  |  Services  |  Contact .NET Examples and Tips
   {Page Title}
DOTNET is Microsoft's Latest Internet Strategy and Architecture for building Scalable Enterprise Web Sites and Services

    BASIC EXAMPLES
  1. Advertisement Banner Rotator via an XML File

  2. Sending an E-Mail via a Web Page (deactivated due to security and spam issues)
    Used for Feedback, Comments, Employment Applications, Trouble Tickets, etc.


  3. Navigation Drop Down Box
    ASPX can do the same things as ASP as seen in this example of a basic drop down navigation

  4. ASP Image Button
    Allows you to have Images inside Form buttons as well as animations.



    INTERMEDIATE EXAMPLES
  5. Data Entry Validation
    e.g. making sure your customer data is clean and consistent

  6. Generic Reference Calendar

  7. Standard Customer Help Service in Debugging your Web Application over the Internet
    A good first step in determining your customer's problems with your web site is determining the browser and operating system they are using.



    ADVANCED EXAMPLES with DATABASE BACKEND
    (SQL Server, MS Access, Excel, XML, etc...)

  8. Calendar for Scheduling and making appointments on a corporate intranet or university buildings.
    Can be modified for teachers scheduling Room Availability, Class Student Max. levels, Course Availability

  9. Appraisal Web Site using ASP.NET, C#, and SQL Server 2000
    Demo of appraisal web site for handling appraisals with appraiser, brokers, mortgage clients.. High Optimization via Stored Procedures, . Designed for web sites with heavy traffic.


  10. Dual Listbox Selector and ReOrder Form
    A Web Dual Selection Listbox equipped with Custom Reordering. Great for handling lists of names and being able to reorder them to a alphabetically OR non-alphabetically order

  11. User Registration and Validation Procedure for Insurance Agents
    New User Registration and Validation Forms. Uses E-Mail Confirmation as well as advanced validation of user information as the front line defense against invalid data being entered into the database.

  12. Security using ASP.NET and XML files

  13. Accessing an Excel Spreadsheet via a web page

  14. Accessing and Web Update of a Microsoft Access 2000 database
    Fast solution that works great inside a company's intranet.

  15. Graphics on the Fly
    Generates GIF images on the fly from a SQL Server 2000 database so that you can view from any browser. This could easily replace Crystal Reports for basic reporting as it's easier to use and install and you don't need to pay for a copy of Crystal Reports.

  16. Content Manager System
    Manage your web pages. Edit, upload, create your web pages. Add and Upload your PDF files as well as Pictures, Digital Camera Photos, and Images. Can run without a database setup....thereby lowering your maintenance costs.



    WEB SERVICES - Offered and Consumed

    Service Offered - Boring Stuff

    SORRY, QUITE A FEW of these WEB SERVICES that used to work back in
    say 2002 to like 2005, just don't work anymore for a few reasons.
    IIS has changed several versions.
    Web Services has changed.
    .NET security has changed a LOT!!!


  17. Say Hello Web Service
    Simple Web Service offered to others that says hello back to the user

    Services Consumed - Fun Stuff
  18. Say Hello from an External Site
    (DOESN'T WORK ANYMORE - a basic flaw in the web services itself)
    The is an simple example of consuming an Web Service from an external Web Site.

  19. Zip Code Distance
    An example of an external Web Site's Web Service that Calculates the Distance Between Two (2) Zip Codes

  20. Bay Net User Group Event Calendar
    (currently down: see what can happen to a web service if they update it and don't tell you about it. You end up debugging many months later)
    A very Useful example of Web Services in that it gets a list of calendar events from an external Web Site's Web Service.

  21. E-Mail Checker
    Checks to see if e-mail is a valid e-mail

  22. Zip Code Resolver
    This service returns the Zip Code + 4 nine digit number when given a valid street address, city and state. Very useful web service when it's up and running; however it's not been so reliable lately. Use at your own risk.

  23. c2i FRANCE site - (from FRANCE and in French)
    This Web Service is all the way from France!!! I am not able to understand it, but it seems like a bunch of news computer articles written in French.


    Cutting Edge - Productivity Web Controls
  24. Multi-Column Drop Down Box
    Multiple Columns in a Drop Down List

  25. Multi-Column Drop Down Box for Customer Details
    Multiple Columns in a Drop Down List used to more easily access Customer Details

  26. Fixed Header DataGrid
    Used for viewing long lists of data where the headers are fixed. Perfect for data that has many columns to avoid confusion
  27. Super Combo Web Page
    Combination Multi-Column Drop Down Box, Customer Details, and Fixed Header DataGrid. Used to quickly selected a customer details including viewing the all of the customers orders







  28. .NET UTILITY EXAMPLES


  29. IP Address Determination
    Used for Logging Unique Visitors to your web sites as well as security checks.

  30. Screen Scraper
    This Screen Scraper read other sites into your site. Used for automation of information such as search engines.

  31. Globally Unique Identifier - GUID
    This generates a very unique number for ID's and cookies. There is also a short explanation of what a GUID is and how it is generated.




    (REGULAR ASP Pages)
  32. Simple Online Poll




    MS ACCESS
  33. MS Access Order Form DESIGN VIEW
    MS Access Order Form screenshot
    of DESIGN VIEW
  34. MS Access Reports DESIGN VIEW
    MS Access Report screenshot
    of DESIGN VIEW




    TIPS
  35. DOTNET Language Comparison Table
    Helps you find the C# equivalent when you have a VB.NET example, and vice-versa. Very Useful


 
Home | Services | Clients | .NET Examples and Tips | Databases
Etcetera | Links | Contact ClusteredIndex

Copyright © 1999 - Clustered Index