PDA

View Full Version : including class.cs files into ASP.NET project


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

voxecho
02-08-2009, 06:33 PM
Never mind!! i figured out how to import the namespace :)