
464 Chapter 10 • Developing Web Applications
the program by pressing F5 or clicking the Start icon in the toolbar.
VS.NET builds the application and invokes Internet Explorer.You will
see the “Hello World” text in the browser.
Wasn’t that easy! You can also run the program by compiling it using Build |
Build menu (Ctrl+Shift+B) once the form is compiled.You can manually
open the browser and type the URL. Here the URL of our Web form is
http://localhost/chapter10/webform1.aspx. In this exercise, we created a simple
Web form. Now let’s see the difference between Web forms and Windows forms.
How Web Forms Differ from Windows Forms
You might have observ