Is there a way I can Put an image in a column of a datagrid and capture the row that the user is clicking on. I tried something like this and I can capture an event, but the datagrid has no selected index.<BR><asp:TemplateColumn HeaderText="Edit"><BR> <ItemTemplate><BR> <asp:linkbutton id="lnkEdit" OnClick="a" runat="server" BorderStyle="Dashed" BorderColor="White" BorderWidth="0"><BR> <img src=http://aspmessageboard.com/archive/index.php/"C:editnote.gif" border="0"></asp:linkbutton><BR> </ItemTemplate><BR></asp:TemplateColumn>I found it. If anyone else needs to know...<BR><asp:ButtonColumn Text="<img src=C:editnote.gif border=0>" HeaderText="Edit" CommandName="Select"></asp:ButtonColumn>