Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Information about work with components in my ASP code
Message
 
À
25/09/2002 09:43:13
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00703875
Message ID:
00704233
Vues:
18
I believe the VB Web Class generates that for you, but, here's the standard for calling a VB component from ASP:
<%
 Dim myObject
 set myObject = Server.CreateObject("tstresponse.test")
 myObject.objWriteHeader("<H1>test 2</H1>")%>
>Thanks for your detailed message, and let me ask you, how can i use that class that you named before in my ASP code?
>
>Thanks again.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform