Best way to reuse common functions between ASPX pages ?

Posted by DFord on Programmers See other posts from Programmers or by DFord
Published on 2012-07-03T18:50:36Z Indexed on 2012/07/03 21:22 UTC
Read the original article Hit count: 149

Filed under:
|
|
|

I have a bunch of functions that are used across multiple ASPX files. I want to condense these down to one file to be used for all the ASPX files. I have a few ideas but I want to know what the accepted method to doing this would be. I have an idea to just create a class to put them in.

However, I was wondering if i could put them in a ascx page, but that does not look like the solution I'm looking for.

Is there a accepted method for this type of situation?

© Programmers or respective owner

Related posts about c#

Related posts about .NET