Posted on: 4/4/2014 1:36:32 PM | Views : 402

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 ...