voxecho
02-08-2009, 06:02 PM
If i create a custom .cs file with toolbox methods, how do i include them into my asp.net files?
i know i can build them in CSharp and build them into .dll files - but for some reason, i feel like i should be able to directly access the .cs files with something like:
import "/~app_code/classes/class1.cs"
am i on the right track?
-Echo
i know i can build them in CSharp and build them into .dll files - but for some reason, i feel like i should be able to directly access the .cs files with something like:
import "/~app_code/classes/class1.cs"
am i on the right track?
-Echo