Hello,
I have a requirement for an existing website:
1) I need to build a form on a new web page that is an inquiry.
2) The form input fields will need drop downs for the users to choose their input.
3) The values that the users can choose from within the drop downs will need to be stored in tables as Master data (in the cloud as requested).
4) When the user submits the form data, their information should be stored in two tables, one a customer master table, the other a table that will store the record of their input.
5) Once this customer information is stored in the two tables in the cloud, I need to:
a. Create a Report - by reading both tables - and writing the report to a file repository,
in the cloud, where the business owner can download and open it.
b. Create a contract form that organizes the stored cloud data into document that
will also be downloaded from the repository, then uploaded back to the
repository, and the link can be shared privately with the client so they can access
the contract.
I will also need to include a button on the existing website that will enable the user to navigate to our
new inquiry page. But, I have to find more details out about the existing website so we can point to
the new page once the button is selected.
I have been told that Visual Studio 2013 Professional can handle this requirement using asp.NET, especially the forms. Is that true? And, how an I create and read these databases that need to be in the cloud?
Thank-You, all suggestions will be appreciated. Tom M.