Library file for c# dot net

tyoujamleade

New Member
I'm a relatively new c#.net programmer and need some advice on adding a Library file to a c# project.This project is not done in proper C# fashion and I realize that, but am not looking to solve that today.I have 3 .aspx pages and each has a corresponding .cs file set up as a code behind. That all works fine.Each of the .cs files has several functions that identical. I'd like to move those common functions into a common .cs file that is used by all of the .aspx pages (or the .cs files if that is how to do it) while keeping the unique code behind files for functions unique to that aspx/cs pair.Once the common file is created (it already is), How do I reference that file this as simply as possible?
 
Back
Top