Question FormView: Item Template/EditItem Template

igendreau

New member
Joined
Jan 27, 2012
Messages
1
Programming Experience
1-3
New to Visual Studio 2010. I have a FormView control on one of my pages to layout the fields of one record the way I want them to look. When the user hits the edit button, I'd like the layout to remain the same, and just have the dynamic fields become editable. But by default, entering edit mode takes me back to the default list looking view that VB initially brought in.

So the question is, is there a quick way to make the layout of the EditItem Template mimic the layout of the Item Template I spent time laying out? Or is there no avoiding having to repeat the same layout process for the EditItem template.

Thanks!
 
Back
Top