I have the following code. I'm trying to get the method moveUp to fire off when a little up arrow is clicked. It works fine as a buttoncolumn because then I can use e.Item.ItemIndex to get the selected row index but how do I get an imagebutton within a template column to do this- it always comes...