Hi,
I am having a user control with a Grid and button, I am loading this user control under another control,so that I can produce five grids and 5 buttons dynamically.
My question is, how to identify the button's click event and add new row in that specific grid only.
As of now, when I click on any button, new row has been added in the first grid only (as I am passing some hard code value). Thanks.