Protected Member Functions | |
void | Page_Load (object sender, EventArgs e) |
void | btnQuery_Click (object sender, EventArgs e) |
Handles the Click event of the btnQuery control. | |
Private Member Functions | |
void | InitializeData () |
Initializes the data. |
<author>Jarod Wen</author> <Date>20:20pm, Nov 26th, 2006</Date>
void Skyline_NBA.Page_Load | ( | object | sender, | |
EventArgs | e | |||
) | [protected] |
void Skyline_NBA.InitializeData | ( | ) | [private] |
Initializes the data.
void Skyline_NBA.btnQuery_Click | ( | object | sender, | |
EventArgs | e | |||
) | [protected] |
Handles the Click event of the btnQuery control.
sender | The source of the event. | |
e | The System.EventArgs instance containing the event data. |