• Home
  • About
  • Contact
  • Categories
    Classic ASP (5 - Sub-Categories) JavaScript (2 - Sub-Categories) Databases (1 - Sub-Category) ASP.NET (3 - Sub-Categories) Delphi (1 - Sub-Category) Windows Server Core (1 - Sub-Category) VMWare (1 - Sub-Category)
  • New CFFCS Coding Source is still in Beta
    Please report any errors to the [Contact] page. Thank you.
  • Classic ASP (5)
  • JavaScript (2)
  • Databases (1)
  • ASP.NET (3)
  • Delphi (1)
  • Windows Server Core (1)
  • VMWare (1)
    • Tags
    • submit form in classic asp
    • using classic asp with form submission
Previous Category Entry
Forms
Current Category Entry
Next Category Entry
Math
  • Classic ASP
  • Queries
Queries
SubCategory Entry Date: April 27,2022 @ 02:33:22 / Last Updated On: July 11,2022 @ 03:32:26
Queries can use variables from a URL or Form that are then used to get information from the webpage or database to display on the page.
When using a query against a database, this is called "Structured Query Language" or SQL.
When used correctly, you can take the information provided in a form or from a URL string to show the user records stored in a database.
  1. Code Articles
  2. URL QueryString
    A URL Querystring gets a value used to display information on a page.
  3. URL with Multiple QueryStrings
    A URL Querystring gets a value used to display information on a page.
  4. Check if Value exists in QueryString
    Multiple Queries within a single URL String
  5. Check if Value is a Number in QueryString
    Sometimes, an empty string will try to pass through a QueryString of a URL, and we need to catch these before they can get through.
  6. Twitter Style Load More Results with jQuery and Ajax in Classic ASP & SQL Server
    Using Classic ASP to Load more record results from your database without loading another page or a paging system (Pagination).
  7. Splitting IF statement in multiple lines
    In ASP Classic, a very long if statement with multiple AND''''s and OR''''s can become unreadable, especially if you constantly add to them.
About Company

CFF Coding Source

CFFCS.COM Located in both Lee and Chatham County, North Carolina, USA

Top Viewed Articles
  • Difference between UNION ALL and UNION
  • Insert text from 2 inputs into a TextArea a cursor position
  • Twitter Style Load More Results with jQuery and Ajax in Classic ASP & SQL Server
  • Populate triple drop down list from database using Ajax and Classic ASP
  • Windows Server Core Installation Complete Code for PowerShell and Command Prompt
Recent Articles
  • Using a comma in your URL can be done with IIS URL Rewrite
  • Using a Colon in your URL can be done with IIS URL Rewrite
  • Splitting IF statement in multiple lines
  • Backup SQL Server Transaction Logs
  • Schedule to Backup SQL Server Transaction Logs