Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01157118
Message ID:
01157141
Views:
23
Ted,

Sorry about that...my fault.

The code should be:
// Retrieve the specified order and detail
this.oOrder.GetOrderByOrderID(this.OrderID);
Session["dsOrder"] = this.oOrder.DataSet;

this.oOrderDetail.GetOrderDetail(this.OrderID);
Session["dsOrderDetail"] = this.oOrderDetail.DataSet;
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View