Rattlesnake
Well-known member
- Joined
- Dec 23, 2003
- Messages
- 47
Hi,
I have a ASP.net (1.x) datagrid that lists the Production sequences (from a SQL database). The row has the following details
Sequence Order
Product To Produce
Production Date
Capapcity
What I want is to have the Sequence Order field in a dropdownlist so that the user can change the sequence. i.e lets say the sequence orders is 1,2,3,4,5,6,7,8,9. If the user changes the 6 sequence to 2 , the row should automatically become the second row.
(It is similar to what is in Sharepoint Portal server where you can change the sequence order of items in a list)
Thanks
I have a ASP.net (1.x) datagrid that lists the Production sequences (from a SQL database). The row has the following details
Sequence Order
Product To Produce
Production Date
Capapcity
What I want is to have the Sequence Order field in a dropdownlist so that the user can change the sequence. i.e lets say the sequence orders is 1,2,3,4,5,6,7,8,9. If the user changes the 6 sequence to 2 , the row should automatically become the second row.
(It is similar to what is in Sharepoint Portal server where you can change the sequence order of items in a list)
Thanks