You are here:   Units 1 to 4
  |  Login

Learning Units 1 to 4

Minimize
Welcome To Learning Units 1 - 4.


This section includes the following:

1. Controls- Using ASP.NET server Controls. Here you will discover:

  • What ASP.NET Server Controls Are
  • The different kind of server controls
  • The common behavior shared among most of the server controls
  • How the ASP.NET runtime processes the server controls on your page
  • How server controls are able to maintain their state across postbacks

2. Programming - Programming ASP.NET Web Pages. This section includes:

  • How to work with objects and collection
  • Decisions
  • Repetition
  • Code organization
  • Object Orientation and it's uses

3. Master Pages - Creating a consistent look and feel for you web pages. You will see:

  • How to create and use master and content pages
  • Using a centralized base page
  • Creating ASP.NET themes
  • Skin Creation

4. Navigation - Navigation which includes:

  • How to move around your site using server controls and plain HTML
  • How to access resources
  • Using the menu, TreeView, and SiteMapPath controls
  • How to go from one page to another through code