Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing GridView
Message
 
 
To
28/01/2011 10:50:36
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01497645
Message ID:
01497657
Views:
42
This message has been marked as the solution to the initial question of the thread.
>>>>>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.
>
>I can't find anything like Gridview.unbind() so would appreciate more specific advice.
>
>Thanks

Looks like all I have is

ProfilesGrid.DataSource = ds;
ProfilesGrid.DataBind();

So, set dataset and DataBind.
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