bajopalabra wrote:
> 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.
--
Mike Brind