I am dynamically adding rows in an asp table. In each row of the table I am also including a button which has a SelectProduct_Click event.
The problem is that even thou
@Oded - you are absolutely right about the right timing to add dynamic controls. However it is not written on which event he is trying to add the button.