ASP.NET Web Pages - Examples in C# and VB

Learn ASP.NET Web Pages through C# and Visual Basic examples.

Example in C# Example in VB

Basic Web Pages

  • Display date and events
  • Reusable pages and footers
  • Basic HTML form

Example explanation

Basic Web Pages

  • Display date and events
  • Reusable pages and footers
  • Basic HTML form

Example explanation

Basic C#

  • For loop
  • For Each loop
  • While loop
  • Array

  • If condition
  • If Else condition
  • Else If condition
  • Switch condition

Example explanation

Basic VB

  • For loop
  • For Each loop
  • While loop
  • Array

  • If condition
  • If Else condition
  • Else If condition
  • Select condition

Example explanation

Dealing with Databases

  • Display database data
  • Display data through WebGrid

Example explanation

Dealing with Databases

  • Display database data
  • Display data through WebGrid

Example explanation

Use chart assistant

  • Display bar chart from array
  • Display bar chart from database
  • Display pie chart from database
  • Display pie chart from XML file

Example explanation

Use chart assistant

  • Display bar chart from array
  • Display bar chart from database
  • Display pie chart from database
  • Display pie chart from XML file

Example explanation