how to build a dynamic form designer

  • Thread starter Thread starter Marcus Fenix
  • Start date Start date
M

Marcus Fenix

hi,
I'm looking for a runtime form designer. Where user can create some
forms under some predefined business rules. once the user is done with
the designs then all the information should be saved in XML or any
such sink but not on client at all , you may say it thin client sort
of thing. Once this functionality is achieved then I would need some
mechanism to have that saved info in XML or DB to display the very
forms in another app.

So please if anyone had worked on such thing before or can atleast
give some pointers that'll be much appreciated.

thanks for your time.
 
hi,
I'm looking for a runtime form designer. Where user can create some
forms under some predefined business rules. once the user is done with
the designs then all the information should be saved in XML or any
such sink but not on client at all , you may say it thin client sort
of thing. Once this functionality is achieved then I would need some
mechanism to have that saved info in XML or DB to display the very
forms in another app.

So please if anyone had worked on such thing before or can atleast
give some pointers that'll be much appreciated.

thanks for your time.

Hi Marcus,

I'm not sure what complexity you forms have, but basically it should
not be a big problem to build such application. I think you can google
for "asp.net survey", or something like this to get some examples.

In addition, you might be interesting to look in to InfoPath by
Microsoft

Hope this helps
 
Back
Top