Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Common Function

Status
Not open for further replies.

NaiDanac

Programmer
Mar 25, 2004
96
US
I have a common functions/procedure that I need to call from a number of aspx pages. Where's the best place to put this function?

Thanks
 
NaiDanac,

You could create a new class and then reference the function using classname.functionname, whereever you need to call the function. Or for a more permanent solution, compile your class function into a DLL.

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top