swap rows in repeater
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching
-
hi all i need to swap two rows(move rows up and down) using a link button in repeater control any samples how to do.. sorry for cross post...
-
One way,You catch the event of link button in ItemCommand,update the datasource according to you need and then bind it again. Use AJAX so that your whole wont refresh.
Cheers!! Brij
-
madhukk wrote:
im working on asp.net1.1
:doh:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.