c# - Add new input text and save data in database -
i need create dynamic form. user can add new input box form , define if gonna used text, number or date, can add n input box
how can create dynamic forms , save data in database , best way save data in sql server table?
thanks
what you're trying achieve form designer. can done simple student project, large framework supporting lots of features.
a lot of convenience tools asp.net mvc provides not useful , need lower-level handle this.
also, lots of architecture decisions arise, , making wrong decision in each step can lead useless product. exmaple: going store user data in single table, or you'll create database tables match user designs?
are going allow inter-field relationships: field b invisible/disabled unless fill field b.
what i'm trying deeper can covered in answer.
Comments
Post a Comment