Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmMover not populating
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01209150
Message ID:
01215968
Views:
14
I found the problem I'm having in the mover control.
The moveitem method get the selectedvalue and then checks to see if it is int.

if (AvailablePK is int)

my PK value is stored as bigint in SQL Server so is coming across as Long and is bypassing all the move code because it fails the if conditional.

Any ideas on a fix that wont require changing the field?



I overrode the functioon and add an or to the conditional to check for long and its working fine. You may want to change the frameworks class.
Thanks
Brian Grant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform