Originally Posted By: paul

suppose someone clicks on button (0) in your array.

will they be directed to this?


Yea, you can use .AddHandler to specify a common click event handler for all the buttons. And that can be passed the button that was clicked, so it can identify it by the tag or name property or however.

Well as long as it works. I just hope you don't have to modify it a year later and not have a clue how all those labels and things interdepend on each other!