C
Chris Zopers
Hello,
I have a html table and each row in it shows a record. Below the table
there is an asp:button. When the user clicks on the button, a form is
openened where the user can view or edit the selected row/record in the
table.
It should also be possible for a user to doubleclick on a row, this
should have the same effect as selecting a row and clicking the edit
button.
From client side / javascript this is easy to accomplish, but I would
like to do this without javascript/client-side script.
So I have a html table (may be changed to a DataView if that's easier),
and an asp:button. Is there a way to do this without javascript?
Greetings,
Chris
I have a html table and each row in it shows a record. Below the table
there is an asp:button. When the user clicks on the button, a form is
openened where the user can view or edit the selected row/record in the
table.
It should also be possible for a user to doubleclick on a row, this
should have the same effect as selecting a row and clicking the edit
button.
From client side / javascript this is easy to accomplish, but I would
like to do this without javascript/client-side script.
So I have a html table (may be changed to a DataView if that's easier),
and an asp:button. Is there a way to do this without javascript?
Greetings,
Chris