Results 1 to 4 of 4

Thread: Returning variables from asp

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769

    Returning variables from asp

    Hi,

    Is it possible to return server side variable values to an html page which a user is viewing?

    For example:

    User opens the html page which contains a tree view like structure. The user clicks one of the branches, and an asp file is called. Instead of the asp being returned, only a set of output variables are returned. The html page is not replaced, but the variables returned by the asp are used to add to the existing html.

    The user does not need to wait for all the graphics to be reloaded and page redisplayed. This also eliminates the task of recalculating the tree. Also saves processing large amount of unwanted data.

  2. #2
    Junior Member
    Join Date
    May 2002
    Posts
    29
    Best way to do *THAT* is XML.

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Do the tree client side in jscript...
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769
    Thanks guys. Found the "best way" though. Its actually using Remote Scripting. Search msdn, it gives you what you need to know.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width