Skip to content
Enroll
Sahasra Technologies

SAHASRA TECHNOLOGIES

Beginner to intermediate curriculum · ASP.NET Web Forms / ASPX Basics
Microsoft .NETBeginner → Intermediate18–22 classes90 minutes / classOptional track

ASP.NET Web Forms / ASPX Basics

A legacy application track focused on understanding and maintaining existing Microsoft Web Forms systems—not choosing Web Forms for new modern projects.

learning objective

Follow the Web Forms page lifecycle, work with server controls and maintain database-backed CRUD pages.

recommended class plan

18–22 classes · 90 minutes per class

2–3 classes per week

technologies

  • ASP.NET Web Forms
  • ASPX
  • C# or VB.NET
  • ADO.NET
  • SQL Server

tools

  • Visual Studio
  • IIS Express
  • SSMS
  • Browser DevTools

curriculum modules

Basic foundations → practical skills → guided application

01

Pages & Code Behind

ASPX, code-behind, lifecycle basics, server controls and event handling.

02

State & Navigation

ViewState, Session, Query String, Master Pages and user controls basics.

03

Forms & Data

Validation controls, GridView, DropDownList, CRUD and stored procedure calls.

04

Maintenance & Debugging

Trace postbacks, investigate state and data errors, and modify an existing page.

beginner topics

Start here and build comfort.

  • ASPX structure
  • Code-behind
  • Server controls
  • Events
  • Validation controls

intermediate topics

Progress after the basics are clear.

  • Page lifecycle basics
  • ViewState and Session
  • Master Pages
  • GridView CRUD
  • Stored procedure integration

practical learning

Practise, submit, build and explain.

Practical exercises

  • Build a validated form
  • Bind a GridView
  • Pass data through Query String and Session

Assignments

  • Create one CRUD page
  • Document a page lifecycle issue

Mini projects

  • Legacy Student Records Module

industry habits throughout the track

Industry terminology

PostbackCode-behindViewStateSessionServer controlMaster Page

Debugging exercises

  • Find why an event does not fire
  • Fix lost state
  • Trace a stored procedure error

AI learning exercises

  • Ask AI to explain a lifecycle event sequence
  • Review generated Web Forms code for unsafe SQL

topics intentionally excluded

Advanced topics come later.

Quality fundamentals are more valuable than an overloaded syllabus. These topics are outside this track:

  • New enterprise Web Forms architecture
  • Advanced custom controls
  • Complex migration strategy