R
Richard Carpenter
Considering a typical scenario where the user is presented a list of
customers and, upon selecting one and clicking a button, they are then
presented with a new page depicting the orders for that customer and
the detail items for each order, what is the conventional (best) way to
"pass" the CustomerID from the first page to the second page and then
use it to only select the relevant orders to display as well as only
the relevant order detail items? Are session variables used for this?
Rich
customers and, upon selecting one and clicking a button, they are then
presented with a new page depicting the orders for that customer and
the detail items for each order, what is the conventional (best) way to
"pass" the CustomerID from the first page to the second page and then
use it to only select the relevant orders to display as well as only
the relevant order detail items? Are session variables used for this?
Rich