hockeylvr
Technical User
- Nov 26, 2002
- 140
I originally was trying to do this completely with Access but have decided to go with ASP.NET for the user interface.
I am trying to automate a form and create a word document from it. It is a form which users fill out to request part number files be sent to suppliers. There can be multiple part numbers and file types requested per form with no maximum.
i.e. Form structure
Part Number .dxf .ai .drw .pdf .igs
105115500 CHECKBOX UNDER EACH OF THE ABOVE OPTIONS
222550000 CHECKBOX UNDER EACH OF THE ABOVE OPTIONS
I am having trouble figuring out how to create a form with a blank "spreadsheet" like form that will have the above columns and initially about 15 rows with the ability to add more if needed.
I looked into the Repeater and DataGrid controls but all of the info I can find in books/internet only use these to view data from the database. I just want a blank area for the users to type the required info as many times as necessary and save the entries into the database on "Submit".
Does anyone have any ideas on how to accomplish this?
Thanks,
Toni
I am trying to automate a form and create a word document from it. It is a form which users fill out to request part number files be sent to suppliers. There can be multiple part numbers and file types requested per form with no maximum.
i.e. Form structure
Part Number .dxf .ai .drw .pdf .igs
105115500 CHECKBOX UNDER EACH OF THE ABOVE OPTIONS
222550000 CHECKBOX UNDER EACH OF THE ABOVE OPTIONS
I am having trouble figuring out how to create a form with a blank "spreadsheet" like form that will have the above columns and initially about 15 rows with the ability to add more if needed.
I looked into the Repeater and DataGrid controls but all of the info I can find in books/internet only use these to view data from the database. I just want a blank area for the users to type the required info as many times as necessary and save the entries into the database on "Submit".
Does anyone have any ideas on how to accomplish this?
Thanks,
Toni