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