Apr 15th, 2000, 10:38 PM
I am fairly new at this, but have been reading in one of my books on ASP and IIS. They talk about tags in HTML templates. I have tried the example but it doesn't work.
ex....
tag
<wcName>Name</wcName>
and in the IIS app....
Private Sub Template1_ProcessTag......
Select Case TagName
Case "wcName"
TagContents = "Bob"
End Select
End Sub
When I import my template, I don't see anything refering to wcName. When I attempt to run it, I get an error stating that VB cannot find </wcName>
But it is there.
I have tried this with the TagPrefix set on default WC@ and also just WC.
Any Suggestions?
ex....
tag
<wcName>Name</wcName>
and in the IIS app....
Private Sub Template1_ProcessTag......
Select Case TagName
Case "wcName"
TagContents = "Bob"
End Select
End Sub
When I import my template, I don't see anything refering to wcName. When I attempt to run it, I get an error stating that VB cannot find </wcName>
But it is there.
I have tried this with the TagPrefix set on default WC@ and also just WC.
Any Suggestions?