The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Swapping GridView rows Up and Down
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
NelPosted May 16, 2011, 10:52 AM
Hi, Thanks for the post. But when I implement it in my code nothing happens, there is no swap. Can you help me what could be a problem? If needed I can post my code. Thanks in advance.
Shalini WadhwaPosted Oct 20, 2010, 4:28 PM
Hi, Its a good example of swapping the rows. i was wondering if we can have dropdown box with numbers in it and it acts as priority number. Can we change the number in dropdown box and change the rows accordingly. for eg. I have table Lname Fname Job Index User1 One Manager 1 User2 Two Project Lead 2 User3 Three Developer 3 Index 1 2 3 are in dropdown box. If we change dropdown 3 to 1 then it changes row with index 1 to 2 and row with index 2 to 3 and row with index 3 to 1 I hope you got my quesstion. any help would be appreciated. Thanks,