Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmDataGrid.BindingSource -- sequence of events?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00992057
Message ID:
00993338
Views:
13
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform