Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > retrieving data

Reply
Thread Tools

retrieving data

 
 
bajopalabra
Guest
Posts: n/a
 
      09-28-2006
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

--
atte,
Hernán


 
Reply With Quote
 
 
 
 
Mike Brind
Guest
Posts: n/a
 
      09-29-2006

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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data/File Structure and Algorithm for Retrieving Sorted Data Chunk Efficiently Jane Austine Python 14 10-09-2004 05:54 PM
- Re: Data/File Structure and Algorithm for Retrieving Sorted Data Chunk Efficiently Jane Austine Python 2 10-05-2004 01:54 PM
retrieving data from array changes it??? thoin Perl 3 03-02-2004 11:37 PM
Retrieving data from VMS into an MS Application? C ASP .Net 1 08-28-2003 10:25 AM
retrieving text from a selected data grid row cell... Daniel Bass ASP .Net 1 07-08-2003 02:18 PM



Advertisments