I am using Visual Web Developer 2005 Express Edition and writing Visual Basic code to handle my events. I have designed a feedback input form using the Detailsview with a defaultmode of input. The form set some intial values for the fields when the form is opened. What I want to do is after the records is saved in the SQL database and the new blank form comes up is to set the default values for several of the fields. I have tried calling the routine that sets the initial values in the DetailsView1_ItemInserted event
but the default values are not set for the fields in the detailsview when I do a call SetDefaultvalues() subroutine. What event should I be placing this call statement in so that it will set the default values after the records has been save and the new blank input screen appears? If there some way to test for the condition that the record has been successful saved?