DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Mok Guest

    How to refresh an ASP page.


    Hi :
    How to refresh an ASP page. My asp contain a listbox (using ADO), one
    i enter a new criteria,
    i want to refresh the listbox. How ?

    Thank

    Mok

  2. #2
    Bard dZen Guest

    Re: How to refresh an ASP page.

    I'm assuming you are trying to refresh only the listbox without=20
    refreshing the entire page?

    Ive only seen this done with IE5 using DHTML and/or XML. Using the=20
    Microsoft.XMLHTTP object, you can do a post to a server side ASP file an=
    d=20
    receive the response into a client side object, without the page=20
    refreshing. You can then plug the values into the listbox using DHTML=20=

    and the page seemingly updates instantly.

    However, this is strictly IE5.

    Look on MSDN for Microsoft.XMLHTTP and you should find some examples.

    >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<


    On 5/31/00, 4:41:28 AM, "Mok" <mokth@hotmail.com> wrote regarding How to=
    =20
    refresh an ASP page.:


    > Hi :
    > How to refresh an ASP page. My asp contain a listbox (using ADO), =

    one
    > i enter a new criteria,
    > i want to refresh the listbox. How ?


    > Thank


    > Mok


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links