Identifying Dynamic Controls click
-
Hi all, I have a problem in identifying which click was pressed. Iam building two groups A and B.Each group contains one textbox and add button(all are builded dynamically).If i click on add button it should add textboxes to respective group.For add button click iam adding attributes and incrementing value from javascript using a hidden variable. btnAddRange.Attributes.Add("onclick","javascript:submitVIN('"+GroupId+"')") this is code for click on a button.How can we identify click is performed on respective group. Any help is greatly appreciated. Thanks, Vijaya
vijaya
-
Hi all, I have a problem in identifying which click was pressed. Iam building two groups A and B.Each group contains one textbox and add button(all are builded dynamically).If i click on add button it should add textboxes to respective group.For add button click iam adding attributes and incrementing value from javascript using a hidden variable. btnAddRange.Attributes.Add("onclick","javascript:submitVIN('"+GroupId+"')") this is code for click on a button.How can we identify click is performed on respective group. Any help is greatly appreciated. Thanks, Vijaya
vijaya
which application it is??(MFC APP)