Retrieving Shipping Information

Now that the user has been successfully authenticated, she can continue with the checkout process. This time when she enters the ShippingInfo page, an error message will not be displayed. The display of the shipping page is rather basic. It has input boxes for the ShipTo Name, Address, City, State, Zip Code, and Shipping Type. Currently, MyGolfGear.NET provides two shipping methods: standard and overnight. At the bottom of these input boxes are a checkout link and a text message stating that all fields are required.

To make the form input boxes required in ASP 3.0, you had to write the JavaScript to make sure that each input box had a value before the form was submitted or check these values on the server in your ...

Get Building e-Commerce Sites with the .NET Framework 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.