How can you have a single event handler for Multiple Buttons?
Is there a way to simplify the code?
Like for example if you have button 1 that nagivate to another page. Then you have another Button that fires an event.
How can you create a single Event handler for both or more in C sharp VS 2013?
Thank you!!!!