I have a custom ListView web part and want to add three LinkButtons at the bottom of the web part.
How do I get the SelectedItem in custom ListView and edit/delete this.
I use this code for adding a new item
onclick="javascript:NewItem('{$URL_New}', false);javascript:return false;"