c# Programming Glossary: b_command
How can I create buttons and hook up events from postback http://stackoverflow.com/questions/272928/how-can-i-create-buttons-and-hook-up-events-from-postback My issue is that the postback does not trigger the command b_Command. I guess because the original buttons have not been re created... b.Text Selection 1 b.Command new CommandEventHandler b_Command Panel1.Controls.Add b void b_Command object sender CommandEventArgs.. b_Command Panel1.Controls.Add b void b_Command object sender CommandEventArgs e Execute heavy search 2 to..
|