User Manual
Manuals
Brands
Traxxas Manuals
Hobby
1/6 2WD Gas Buggy w/Zenoah Engine
11
12
13
14
15
16
17
18
19
20
Programming Basics
Page Loading
Page_Load
fires at beginning of request after
controls are initialized
Input control values already populated
protected void Page_Load(Object s, EventArgs e) {
message.Text = textbox1.Text;
}
1
...
...
16
17
18
19
20
...
...
47