If I have a one method that gets called from different web controls by postback, How can i determine which control did the postback to the Method?
This method does the exact same thing for each control on the page with just one variable difference that i want to choose in a switch statement.
Thanks in advance
Renidrag