Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: hyperlink / onClick event?


Message #1 by "John Tyson" <jtyson@t...> on Tue, 28 May 2002 08:43:27 -0700
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

  Return to Index