ASP
  Home arrow ASP arrow Page 2 - Grabbing Data On The Fly
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ASP

Grabbing Data On The Fly
By: Phanix Chen
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 2
    2001-12-08

    Table of Contents:
  • Grabbing Data On The Fly
  • Some methods for passing data around
  • Using frames to solve the refresh problem
  • Query and return
  • The processframe.asp page
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Grabbing Data On The Fly - Some methods for passing data around


    (Page 2 of 6 )

    There are three well-known methods that are used to gather data, and return results to the user, these are:
    1. Remote Scripting Technologies
    2. Collect users query on one page, and return the results in another
    3. Submit users query to the same page
    As with any web technology, though, each method has its drawbacks:

    Remote Script:
    • Remote scripting is very hard to debug and maintain
    • Sometimes, the performance of remote scripting is appalling
    Collect in one, query in another:
    • The number of pages increases quickly
    • If the form contains a huge number of variables that need to be stored, then we may need to enable session state
    • Hard to maintain
    Submit users query to same page:
    • The page size may become large and contain too much logic
    • As a result, managing code would turn into a nightmare
    There is, however another way to handle data submission and retrieval without refreshing the page or using session state. We can use a hidden frame.

    More ASP Articles
    More By Phanix Chen


     

    ASP ARTICLES

    - Central Scoreboard with Flash and ASP
    - Calorie Counter Using WAP and ASP
    - Creating PGP-Encrypted E-Mails Using ASP
    - Be My Guest in ASP
    - Session Replacement in ASP
    - Securing ASP Data Access Credentials Using t...
    - The Not So Ordinary Address Book
    - Adding and Displaying Data Easily via ASP an...
    - Sending Email From a Form in ASP
    - Adding Member Services in ASP
    - Removing Unconfirmed Members
    - Trapping HTTP 500.100 - Internal Server Error
    - So Many Rows, So Little Time! - Case Study
    - XDO: An XML Engine Class for Classic ASP
    - Credit Card Fraud Prevention Using ASP and C...







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway