I want to add code in a control array's event.
But it seems VB.NET doesn't use control array anymore.
How to make event handler for multiple controls?
For example, how to make event for CommandButton1, CommandButton2, ......CommandButton10?
But it seems VB.NET doesn't use control array anymore.
How to make event handler for multiple controls?
For example, how to make event for CommandButton1, CommandButton2, ......CommandButton10?