I'm looking to create a form that will always be in edit mode but I will need to bind to several tables. I want to display this as a cohesive page. I want to use databinding if possible and write as little code.
What are my options? Basically the FormView looked like a candidate but I don't want the edit buttons. I'll have 3 or 4 tables displayed on one page and I want a single button to submit it.
I know I could create a form and populate it manually but that seems like I may be doing more work then required.