
Developing Web Applications • Chapter 10 469
response is quick.Try entering something in the text box and click the button;
you can see that the text you entered persists in the form submission.Web forms
do this for us without writing any code. In classic ASP, user-entered data does not
persist in form submission and we have to write code to do this.
Now let’s see the code of the Web form. In the VS.NET IDE, click the
HTML button below the design surface to view the HTML code.The Web
www.syngress.com
Figure 10.3 A Web Form with Controls
Figure 10.4 Viewing Web Form Controls Using a Browser
153_VBnet_10 8/15/01 11:24 AM Page 469