Basic Web Programming Skills

The major differences between programming Web applications and Windows applications appear in the ch08_02 example, which you can see at work in Figure 8.5.

Figure 8.5. The ch08_02 application.

We'll take a look at the various differences between Windows and Web applications in this example next.

Handling Events

When you click the See Message button in ch08_02, the message "No worries." appears in the text box, as you see in Figure 8.5. As we've seen, the code to handle a button click is identical to the code used in a Windows application, except that object names like TextBox1 begin with an initial capital letter by ...

Get Microsoft® Visual C#® .NET 2003 Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.