D
Danny
In classic ASP, if I have a function that will be used many times, I just
put it in include file, and add, for example <!-- #include
file='myfunction.inc' --> in the file where I want to use that function.
How do I do this in ASP.Net? Got bit confused, especially because HTML and
the VB.Net code is located in separate files.
Thanks in advance,
- Danny
put it in include file, and add, for example <!-- #include
file='myfunction.inc' --> in the file where I want to use that function.
How do I do this in ASP.Net? Got bit confused, especially because HTML and
the VB.Net code is located in separate files.
Thanks in advance,
- Danny