retrieving data

B

bajopalabra

hi
from the client side is possible
to create a XMLHTTPREQUEST object
to retrieve data ( in async way )
from web services, or simple from a asp page like this :

----- myasp.asp -----
<% response.write("<info>hello</info>") %>
----------------------

how can i accomplish this,
but from the server side
using ASP and ASP.Net ??

thanks
 
M

Mike Brind

bajopalabra said:
hi
from the client side is possible
to create a XMLHTTPREQUEST object
to retrieve data ( in async way )
from web services, or simple from a asp page like this :

----- myasp.asp -----
<% response.write("<info>hello</info>") %>
----------------------

how can i accomplish this,
but from the server side
using ASP and ASP.Net ??

For classic ASP:
http://www.w3schools.com/ajax/ajax_database.asp

Dotnet is a different technology and has its own group(s) eg
microsoft.public.dotnet.framework.aspnet, althoughthe principal will be
the same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top