So ive linked a database controller in visual studio, and via browser i can create, edit, delete etc.
im in the process of building a ticket website project, and wondering how you would go about creating one event - and then on submit it will automatically create x number of records in a ticket table depending on the ticket capacity set in the event details;
i.e event table eventid 1 - eventname; festival - eventdate; 12/02/2014 - ticketavailable;100
ticket table ticket id 1 - 100; eventname festival.
im using mvc - visual studio 2012 - with sql compact server 4.0