Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing GridView
Message
 
 
To
28/01/2011 10:37:46
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01497645
Message ID:
01497655
Views:
29
>>>the dataset is saved to a session variable and SetCurrentPolicy has this code in it:
>>>
>>>
                if (Session["dsPolicyRider"] != null)
>>>                {
>>>                    DataSet dsPolicyRider = (DataSet)Session["dsPolicyRider"];
>>>                    this.oPolicyRider.SetCurrentDataSet(dsPolicyRider);
>>>                }
>>
>>What is this.oPolicyRider - is it a BO? Should you somehow re-bind the grid after setting the DataSet?
>
>Yes, it's a BO. I think the MM.NET handles the re-binding, but how do I do that manually? GridView.DataBind()? If so I've tried that and it doesn't work.

Yes, something like this. I think to re-bind, you need to unbind first (similar to VFP grid). I had code doing so, let me know if you want me to search for it.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform