Slide 10.c: ASP.NET Web pages Slide 10.e: Adding simple code to a page Home |
|
|
.aspx
file contains only static HTML (no dynamic content).
Thus, the same HTML is sent back to the client on each trip to the page, which results in a loss of the contents of the form fields (the text box and drop-down list) between requests.