ASP Forms with an POST to Access database?
-
I'm creating an asp web form to retrieve information from a access database. I need help generating the code for the steps below: Im new to this so any help would be great! 1. choose an agency (users can choose more than one) 2. Choose from address, address+phone, address+phone+email, or address+phone+email+website 3. Choose state 4: Generate results on page.
-
Answer:
Since it would take some typing.. you are better off just going here to learn about ASP. Having the code made for you won't help much becaus you won't understand it. 1. <select name="agencies"><option>agency1</option>… 2. sql="Select * from table" 3. Same as 1 just states 4. result=request.querystring("agencies") response.write(result) Just some quick references for you. Check the link below for some pre-made examples. http://www.w3schools.com/asp
China Doll at Yahoo! Answers Visit the source
Related Q & A:
- How To Fill Scholarship Forms Online?Best solution by adriansd.com
- How can I allow user to create posts in website using ASP.NET?Best solution by Programmers
- Does Restore "From database" restore from the most recent backup of the database or the actual live database?Best solution by Database Administrators
- How to sync Sqlite Database with Remote Database?Best solution by Stack Overflow
- How to restrict access to a sql server database from Azure?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.