I have created a new form to store contact details in Umbraco 5 using Html Begin form and a controller that has an action to accept the posted form data.I have also created a table in Umbraco Database itself with name "Contact" and three columns named "Name","Email","Comments".
My problem is I have got the data posted to controller successfully but I dont know how to store this data into Contact table I created in Umbraco Database(which is on SQL Server 2008).
Storing Contact details
Hi All,
I have created a new form to store contact details in Umbraco 5 using Html Begin form and a controller that has an action to accept the posted form data.I have also created a table in Umbraco Database itself with name "Contact" and three columns named "Name","Email","Comments".
My problem is I have got the data posted to controller successfully but I dont know how to store this data into Contact table I created in Umbraco Database(which is on SQL Server 2008).
Please provide an idea
Thanks in Advance
Can I expect some guidance from the friendliest CMS community :|
is working on a reply...