I have to add a button which when clicked creates a new text box where I can add some text and save it in database.
For example- I click button thrice it will create 3 text boxes and 3 new columns in database to save them.
Application is in ASP.NET MVC 3 and Entity Framework 4.3.1. Is it possible to do that using EF as it maps to static classes?