Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmMover not populating
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01209150
Message ID:
01215968
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform