Datasheet

This class contains only one property:
Property Type Description
Item(ByVal Index As Integer) Integer Returns the DiaryEvent object stored at
the position in index in the collection.
That completes an overview of all the classes and their design, methods, and properties. The next section
takes a more in-depth look at the code and the .aspx pages dealing with presentation.
Code and Code Explanation
This section digs into each of the important pages and shows you how they interact with each other, as
well as how they use the classes in the business layer. This section doesn’t cover every single line of
every page, but rather it takes a general overview of how the application works and dives a bit deeper
where necessary.
Discussion of the project is approached in a functionality-based way. Instead of discussing a specific
page and what it does, the following sections discuss a process such as registration and how it’s
achieved.
It begins with an overview of the files and file structure.
File Structure
An overview of the file structure is shown in Figure 1-12.
Figure 1-12
17
The Online Diary and Organizer
04_749516 ch01.qxp 2/10/06 9:11 PM Page 17