I know the standard code for including a file:
<!--#include file="PageTitle.asp" -->
What I want to know is how I can write this as an If statement. Example:
If (Variable = Result) Then
<!--#include file="PageTitle.asp" -->
End If
Obviously this code doesnt work. What would be a workable...
Greetings. First time poster here.
I have an ASP page that reads and writes to a SQL db. In my table I have a field with a Text data type. I can without problems work with the field until I hit 2150 characters. After that, every time I try to update the table with more information it gives...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.