asp:listviewhttp://forums.asp.net/t/1549991.aspx/1?asp+listviewTue, 27 Apr 2010 16:13:23 -040015499913798013http://forums.asp.net/p/1549991/3798013.aspx/1?asp+listviewasp:listview <p>Hi</p> <p><br> I'm attempting to display some data in a list view with an edit button beside them so I can edit them in a different form.&nbsp; I want to get the currently selected item but it's always -1 and the selectedndex doesn't seem to fire.&nbsp;&nbsp; </p> <p><br> </p> <p>Any ideas?</p> <p><br> </p> <p>Thanks<br> </p> 2010-04-22T06:50:23-04:003798034http://forums.asp.net/p/1549991/3798034.aspx/1?Re+asp+listviewRe: asp:listview <p>Hi can u post ur code for idea&nbsp;</p> 2010-04-22T07:01:23-04:003799203http://forums.asp.net/p/1549991/3799203.aspx/1?Re+asp+listviewRe: asp:listview <p>Hi </p> <p><br> </p> <p>I've actually got it working using the select button.&nbsp; However is there a way that when you hover over a row you can get it to change the selected index?&nbsp; </p> <p><br> </p> <p>Thanks</p> <p><br> </p> <p>John</p> <p><br> </p> 2010-04-22T16:15:22-04:003799257http://forums.asp.net/p/1549991/3799257.aspx/1?Re+asp+listviewRe: asp:listview <p>Are you talking about something like this....</p> <p><a href="http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HoverMenu/HoverMenu.aspx">http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HoverMenu/HoverMenu.aspx</a><br> </p> 2010-04-22T16:43:59-04:003799505http://forums.asp.net/p/1549991/3799505.aspx/1?Re+asp+listviewRe: asp:listview <p>yep&nbsp; cheers. <br> </p> 2010-04-22T18:48:10-04:003800559http://forums.asp.net/p/1549991/3800559.aspx/1?Re+asp+listviewRe: asp:listview <p>I'm going to look at using the select button and then the selecttemplate.&nbsp; However in order for the select template to be displayed I'm having to click on select twice.</p> <p><br> </p> <p>Any ideas?<br> </p> <p><br> </p> 2010-04-23T09:28:48-04:003805653http://forums.asp.net/p/1549991/3805653.aspx/1?Re+asp+listviewRe: asp:listview <p>Hi,</p> <p></p> <blockquote><span class="icon-blockquote"></span> <h4>lanners</h4> I'm going to look at using the select button and then the selecttemplate.&nbsp; However in order for the select template to be displayed I'm having to click on select twice.</blockquote> &nbsp; <p></p> <p>Please post your codes.</p> 2010-04-27T05:42:30-04:003806875http://forums.asp.net/p/1549991/3806875.aspx/1?Re+asp+listviewRe: asp:listview <p>Fixed it. I needed to rebind the listview after the select.<br> </p> 2010-04-27T16:13:23-04:00