I am using a continuous form to display data like a datagrid would. All of the text boxes and checkboxes are disable when the form opens.
At the end of each row, I have an "Edit" button. I want this button to enable the textboxes and checkboxes on its relative row. However, when I click the button on one row, it enables the boxes on every row.
How can I make it enable only the boxes on its relative row?
At the end of each row, I have an "Edit" button. I want this button to enable the textboxes and checkboxes on its relative row. However, when I click the button on one row, it enables the boxes on every row.
How can I make it enable only the boxes on its relative row?