Johnnie100
Programmer
I am writing an ASP page and am using a class I developed in VB (easier to debug when manipulating text strings), are there any tips out there in general when using a class developed in VB to be transferred into ASP?
The main point I'm writing about however, is I am trying to use a public variable in the ASP page and just write to this from within the class - this should be possible shouldn't it? Can I use public varibles to be referenced by other ASP pages/classes within the same directory on the IIS? How do you reference public variables in general in ASP.
Thanks
Johnnie100
The main point I'm writing about however, is I am trying to use a public variable in the ASP page and just write to this from within the class - this should be possible shouldn't it? Can I use public varibles to be referenced by other ASP pages/classes within the same directory on the IIS? How do you reference public variables in general in ASP.
Thanks
Johnnie100