Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mover Control Non Int Primary Key
Message
From
10/05/2005 11:46:16
Ben Dornis
Infolink Screening Services
Chatsworth, California, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01012259
Message ID:
01012460
Views:
14
Kevin,

After reading your source code, it in fact does matter, the PK can't be anything but an INT for the mover control to work, even if the db has a smallint it doesn't work. I have confirmed this with others around here.

It's under the "MoveItem" function of the mmmovercontrol

protected virtual void MoveItem()
{
if (AvailablePK is int)
{
...
}
}

Above is the extracted code, that's why it doesn't work.

Thanks for your help, Took forever to figure out what was wrong.

-Ben
Previous
Reply
Map
View

Click here to load this message in the networking platform