generate a multipage form from a database

  • Thread starter Thread starter nabil m
  • Start date Start date
N

nabil m

hi i am using c# with sqldb in visual studio
i have a small realtional database that contains data informaiton about
clients who filled out an automobile isnruance form -this form has like 5
tables and a lot of 1-to-many relationships

can i generate a multipage form from my database table fields so i dont have
to create every field lable and textbox manually ?

thx in advance
 
can i generate a multipage form from my database table fields so i
dont have to create every field lable and textbox manually ?

You could use a datagrid...

But regardless you still need to do programming.

There maybe 3rd party products which do form generation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top