December 2004
Intermediate to advanced
1008 pages
21h 40m
English
Displaying a Web Form is a relatively simple task, but if all it did was display static text, there would be no need for ASP.NET. To make an application more usable, it needs to respond to events and perform certain actions based upon these events. The following example builds on the Hello World application. You will modify the original form to add a Button control, as shown in Figure 21.12.
After this control has been added to the form, modify the Text property of the button to be “Click Me!", as shown in Figure 21.13.
Read now
Unlock full access