Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Jump Start: Web Forms Application - C#, Step 12
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01157118
Message ID:
01157141
Views:
20
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

Click here to load this message in the networking platform