Page to Create New Record/FormView

  • Thread starter Thread starter Jonathan Wood
  • Start date Start date
J

Jonathan Wood

One thing I've spent a lot of time doing is creating a page where the user
enters data for a new database record. I need to layout all the controls,
implement any validation controls, and handle a submit button.

For my current project, I'd like to be more efficient. So I'm playing with
the FormView a little. I'm able to display a record. And if I select the
Edit template in the designer, I can see edit boxes for each field, but I
haven't figured out how to use this control to enter a new record at
runtime.

Any tips? And I assume validation must still be done manually?

Thanks!

Jonathan
 
I found the DefaultMode property. Looks like that's the answer. And any
validation must be done manually.

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

formview edit issue 12
iTemplate Formview Problem 3
FormView 3
FormView Buttons 1
Formview template insert to edit mode 1
formview with a dataset - cannot modify records 3
FormView Buttons 1
FormView Insert 6

Back
Top