Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change Notification in MMMoverControl
Message
From
14/06/2006 12:27:50
Jeff Corder
Ambit Technologies, LLC
Missouri, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01128456
Message ID:
01129075
Views:
14
I wrote an IsChanged() routine to check the tables the mmMoverControl was changing. It turns out that when the records are moved between the tables, their RowState is marked as UnChanged.

My solution was to add a IsChanged property to the mmMoverControl and set it to true in:
MoveItem()
RemoveItem()

and set it to false in:
OnSave()
OnRefreshLists()


Now I check the mmMoverControl.IsChanged property to determine if there were changes. This seems to work pretty well.

Jeff
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform