Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmDataGrid.BindingSource -- sequence of events?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00992057
Message ID:
00993338
Vues:
12
>Hi Mere Mortals,
>
>
>I found a way to change the MmDataGrid.BindingSource and then get the grid to load data from the changed-to bizobj:
>
>
>private void MmButton1_Click(...
>{
>   DataSet dsNewBizObj = this.oNewBizObj.GetAllRecs();
>   this.MmDataGrid1.BindingSource = NewBizObj;
>   this.BindControl(this.MmDataGrid1);
>}
>
Thanks for the heads up on that. I was just strating to play with that issue.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform