Buttons in Formview
I have an application that has a gridview on one page and opens up a second page that has a details view using a formview control.
The application is a incident tracking application - so when an incident is resolved, I would like to have a button that is clicked on the form that automatically fills in the current users name and time/date of closure.
Secondly, I moved my update button outside of the formview and used the formview1.UpdateItem to update the record, which works, but is there a way to move the cancel button outside of the formview.

