Author: Tdawg90 | Posted on: 12/23/2009 3:46:25 PM | Views : 884

Here is the scenario:
I have a GridView, who's Header Sort Events are redirected to a custom EventHandler.
This EventHandler calls a method that creates a Table with a series of buttons, options ect, adds them to a Panel it also creates, and then adds the panel to the form.
This all works fine.
The issue is with the buttons in the table (that's in the panel, that's added to the form).
Go to the complete details ...