Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returing text not HTML document
Message
De
01/03/2001 03:26:04
 
 
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00480752
Message ID:
00480852
Vues:
10
>What do I have to do to have my IIS server return formatted text rather than an HTML output to the browser?
>
>I'm trying to setup a system to remotely query a MSSQL DB residing on an ISP server via Internet using a VB client (not a browser) via ASP page. The return rows should be something I could parse easily so I don't want to have all those HTML tags included, just the data in ASCII row/column fashion.
>
>Is there an easy way to do this? TIA.


Output your data between placeholder like HTML comments so that you can easily find your data or strip all HTML from your ASP page and just Response.Write your data without any HTML tags.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform