Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Form
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
01409563
Message ID:
01409923
Views:
49
>Ok, I think I see what I had to do, but correct me if I'm wrong. I tweaked the page_load to look like this:
>
>
>        if (IsPostBack)
>        {
>            this.oOrder.DataSet = (DataSet)Session["dsOrder"];
>        }
>        else { Session["dsOrder"] = this.oOrder.DataSet; }
>
>
>This brings the bound values back properly when their trying to save the order, and now they're available when I get down to the btnSave_Click(). I don't see examples like this in the dev guide though, which makes me wonder.
>
>Thanks everyone!
>
>Eric

We were using the exact same approach (but not with MereMortals).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform