We are creating a ASP.NET MVC 4 application for a client where we need to create a xml from the HTML form in view and store it in the database.
So I want to know best approach for doing this? Does any one have an idea.
I want some thing like this.
Suppose A form has firstname and lastname textbox then when I save that form it will create a xml based on the form with firstname and lastname value.
Any help would be appreciated.