Home » ASP.NET Basics
6

ASP.NET 2.0 Server Controls

This chapter explores the elements of ASP .NET server controls

In This Chapter:

The world of HTML
Refresher and overview on HTML
ASP.NET 2.0 Server Controls
What are ASP .Net 2 server controls?
More about Server Controls
Detailed discussion ons erver controls
Some common Server Controls
Types of Server controls
Important Properties of some commonly used controls
Properties of server controls
Important Events of some commonly used controls
Events of server controls
Understanding Object-Oriented Programming
Definition and overview of object-oriented programming
Why do we need classes?
Definition and overview of classes in programming
Do we need to create our own classes?
Importance and functions of classes
How do we create a class?
How to create classes
What are Methods?
Definition and functions of methods in programming
Constructor
Definition and functions of constructor in programming