Comment and Order Management for an ASP.NET AJAX Server-Centric Based Online Shopping Website - Order Management
(Page 2 of 4 )
Order Management
This function is accomplished through the "OrderManage.aspx" page. As a whole, the functions can be enumerated as follows:
Display the order in table form.
Submit the order.
View the order.
View the products on the order.
Now, let’s look at the run-time snapshot, as shown in Figure 34.
Figure 34—the run-time snapshot of order management
/Building_ASP.NET_AJAX_Server-Centric_Shopping_Website(9)_html_m775a8e13.png)
Here, there is only a GridView control shown to the user with a few links at each line. If he clicks the order number or the "View Product" button he will be redirected to the "ViewOrder.aspx" page to view the detailed information about the order. In fact, there are two states on the "Order State" column, "Unsubmitted" and "Already Submitted." If the "Unsubmitted" state is shown, then a button titled "Submit Order" appears on the "Operation" column. Otherwise, this button is hidden and the "Order State" column is replaced with "Already Submitted" as displayed in Figure 34.
Next: Initialization >>
More ASP.NET Articles
More By Xianzhong Zhu