ITking2009
Programmer
Hi,
Coming from classic asp i am not able to figure out whats the right way to do this so any guideance is appreciated.
What i want to achieve is, like in classic asp we used to create functions in global.asa; for functions which would be called by various pages, Is that somethign what is recommended for ASP.NET? (creating functions in global.asax)?
Some people talk about using appcode and creating a class, is that somethign which is recommended? Don't i need to instantiate the class even if i want to use just one function from the class if i go that route?
Thanks.
Coming from classic asp i am not able to figure out whats the right way to do this so any guideance is appreciated.
What i want to achieve is, like in classic asp we used to create functions in global.asa; for functions which would be called by various pages, Is that somethign what is recommended for ASP.NET? (creating functions in global.asax)?
Some people talk about using appcode and creating a class, is that somethign which is recommended? Don't i need to instantiate the class even if i want to use just one function from the class if i go that route?
Thanks.