Click to See Complete Forum and Search --> : Dynamic Events & eventHanlders w/ XSLT


Jorge22
May 28th, 2002, 05:49 AM
I need to generate a table using XML data and transforming w/ XSLT.
I was thinking of dynamically adding a 'delete' img to all the rows
and somehow creating a postBack when the img was clicked.
How would be the best way to go about doing this, how can i dynamically register these eventhandlers to know which row to delete?