I have two collections of buttons and a gridview.
After pressing one button of the first collection fires a method which populate the grid filtering by that election.
The problem comes afterwards, when I click one button of the second collection does nothing, it doesn't submit anything and this collection of buttons just disappear instead of fires the handled function fMod_clickbuttonMod.Click += fMod_click;
Any ideas? Thank you
Go to the complete details ...