Adding a Submit Form to a Detail Page
I am creating an event registration system where the master page is the event list and the detail page has the event description. This is working fine. When I went to add a form below it to gather additional information to input into the database for the person to register, I can't figure out how to get the information in the form to pass into the database with the event date and event name (appearing in the detail results above and not in the form portion) and wondering how would I get all the information from the entire page to get input into the database when the Submit button is clicked? Do I need to use some hidden input fields? Do I need to create some additional new bindings?
I've tried figuring it out and thanks for any help you might be able to share.
-Chris
