aspx_beginners thread: hyperlink / onClick event?
Hi, On my page I have a DataList of items. I would like to have a column with a link in it titled "remove item." When the user clicks this link it runs a procedure/SQL stored procedure to delete the selected item and refreshes the page. I originally had this link as an asp:hyperlink, but I don't want to navigate to another page. What controls can I use OnClick events with, aside from buttons? Thanks, John
|





