I've been toggling the buttons in my details view using their click events. For example, the save button appears after the edit button has been clicked. I saw some one using the OnModeChanging event for this and it made me wonder if there is a better way
than how I currently do it. I think I may use the OnModeChanging event so all of the toggling is in one central location.
Is it better to use the OnModeChanging event for this? Is there a better way to do this? Thoughts?
Go to the complete details ...