I want to put an existing paper form on the internet and attach the data to a sql database. I know I can do this with ASP.net and ADO but I think that ties me into a web browser.
Can I create an XML webservice as a middle tier that allows the user to open an asp.net webform, enter some data and insert the data in the database using the XML webservice? Conversly I want the user to open an asp.net form, enter some criteria and then retrieve data from the database based on the criteria entered in the form.
My reasoning of doing this with the webservice is the hope of allowing the user to do this from his pda or phone.
Can I create an XML webservice as a middle tier that allows the user to open an asp.net webform, enter some data and insert the data in the database using the XML webservice? Conversly I want the user to open an asp.net form, enter some criteria and then retrieve data from the database based on the criteria entered in the form.
My reasoning of doing this with the webservice is the hope of allowing the user to do this from his pda or phone.