Create an empty Web application named ZipCode. Save the application in the VbReloaded2010\Chap13 folder. Add a new Web page named Default.aspx to the application. Change the DOCUMENT object's Title property to ZIP Code Verifier. Create a Web page similar to the one shown in Figure 13-51. Use labels for the static text. Also, use the Segoe UI font for the static text and controls. Verify that the user entered the ZIP code and that the ZIP code is in the appropriate format. (Hint: Use the RegularExpressionValidator control to verify the format.) If the ZIP code is valid, display the message "Your ZIP code is" followed by the ZIP code and a period. Save and then start the application. Test the application by clicking the Submit button without entering a ZIP code. Then test it using the following ZIP codes: 60611, 606123, 60611-3456, and 60611-5. Close the browser window and then close the solution.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.