clamum
Lifer
I have a bunch of functions that I'd like to put in a DLL file that different pages of the web app can access, rather than putting them in the actual .aspx pages.
I'm just not sure what I need to do to accomplish this. I tried creating a new Windows Control Library but I don't think that's gonna work. Should I made a new Class Library instead? That seems like it would be closer to what I need.
I'm just not sure what I need to do to accomplish this. I tried creating a new Windows Control Library but I don't think that's gonna work. Should I made a new Class Library instead? That seems like it would be closer to what I need.