I'm working in ASP .NET 4.0 and using the FormView to view/edit/create items in the the DB.As I have many fields and I want to use an existing row in the DB as a template when switching to insert mode. Any good way of copy an existing row of values into the textboxes of the ItemInsert template?