Grabbing Data On The Fly
(Page 1 of 6 )
When we're querying a database, we will usually need to press a submit button on a form to pass data to another ASP page, which would generate the query, and return the results. In some situations, this page refresh is just plain annoying and takes too long to complete. In this article, Phanix will describe another way to query a database using a combination of web technologies.When we’re querying a database, we will usually need to press a submit button on a form to pass data to another ASP page, which would generate the query, and return the results. In some situations, this page refresh is just plain annoying and takes too long to complete. In this article, I will describe another way to query a database using a combination of web technologies.
To feel comfortable with this article, you should have access to, and be familiar with:
- A web server running SQL Server 7/2000
- A web server running IIS 5
- HTML
- ASP
- JavaScript
- Basic SQL Query Syntax
Next: Some methods for passing data around >>
More ASP Articles
More By Phanix Chen