Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing GridView
Message
 
 
À
28/01/2011 10:37:46
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01497645
Message ID:
01497655
Vues:
30
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform