Well if you use code first, just use contour to create the form, and provide you with the data, once you have the data you can basicly do with it what you want in the submit method, so just submit to your own table with the .net method you prefer using
Thanks for your response. So does that mean that the data will be stored in two places? The default UF tables plus wherever i specify within my Submit method?
Code first using Data Source
Hello,
How can we use our own data source to Submit the form data to our own table as opposed to the default UF tables within the database.
Many Thanks
Erika
Comment author was deleted
Well if you use code first, just use contour to create the form, and provide you with the data, once you have the data you can basicly do with it what you want in the submit method, so just submit to your own table with the .net method you prefer using
Hi Tim,
Thanks for your response. So does that mean that the data will be stored in two places? The default UF tables plus wherever i specify within my Submit method?
Many Thanks
Erika
Comment author was deleted
Yeah unless you set the storelocally flag on the forms attribute to false
Brilliant Thanks Tim :) And can that flag be set within Code First programmatically?
Comment author was deleted
Yup you can do that on the form attribute
is working on a reply...