I am creating a Raddock at button click. I need to create a custom command & bind it to a method.
I am using the following command. It is posting back to the server but not firing "dock_Command" function. My Raddock also disappears after post back.
dck_Main.Command += new DockCommandEventHandler(dock_Command);
I am using the following command. It is posting back to the server but not firing "dock_Command" function. My Raddock also disappears after post back.
dck_Main.Command += new DockCommandEventHandler(dock_Command);