Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Information about work with components in my ASP code
Message
 
To
25/09/2002 09:43:13
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00703875
Message ID:
00704233
Views:
17
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform