[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

heestand

3/1/2004 7:00:00 AM

How do you create a library of shared subs to be used by all your
pages? I thought I would create a public class called "Global" with a
bunch of public subs, but how do I instantiate this new global class
from other pages? How does ASP.NET know where the source code for the
class is?

Thanks!