Is is possible with any request to trace the id of the button which is clicked/submitted latest?
Printable View
Is is possible with any request to trace the id of the button which is clicked/submitted latest?
Just check the sender paramater in the click event args. You can cast this back to a button and check the name.