Posted on: 12/27/2013 8:30:54 PM | Views : 761

I have a details view associated with a GridView.  When I click the eddit LinkButton on the GridView, I handle the RowEditing event of the GridView by doing a DetailsView1.ChangeMode(DetailsViewMode.Edit) statement.  Strangely, this causes the DetailsView itself to lose all of the controls contained inside of it and go blank.  I cannot fogire out why this behavior is happening.  Any ideas?

Go to the complete details ...