Hello everyone,
I created controls (a groupbox)dynamically during runtime and using addhandler for that dynamically created control to go to an event.The problem is when the 2 nd groupbox is creatd dynamically it goes to the event of previous handler and the changes are reflected for every dynamic control.How can I avoid it?
I created controls (a groupbox)dynamically during runtime and using addhandler for that dynamically created control to go to an event.The problem is when the 2 nd groupbox is creatd dynamically it goes to the event of previous handler and the changes are reflected for every dynamic control.How can I avoid it?