Don Feist

Don Feist

  • NA
  • 10
  • 0

How Do I find the ID of the button that was clicked?

Jun 28 2007 3:56 PM
I have a table with several rows. The last cell in each row has a button with the text of 'Edit'. Each button has an id of btnEditLevel+N. The N is an incremental identifer. I want to know which button was clicked so I can change the backcolor of the row that holds the cell that holds the button that was clicked. I can use Request.Form[] but all I get is the button text, not the button ID.

Answers (1)