I have an event in VB.NET to handle several button clicks at once. I need to know which button from the selection kicked off the event. Any ideas how to do this? My code
Even simpler:
If sender is btnAnswer1 then ...