application wide Import
hello,
I have a class library something called "MyLibrary.DLL". I am developing an ASP .NET 2.0 website. I wanted that each of the ASP pages should Import this DLL.
One mechanism is to have a <%@ Import .. %> on each of the page.
what should I do if I want to have only one point of this declaration. I mean that, what should I do if I dont want to use the Import directive in each page and yet have all the pages access the DLL.
Sudhan.
|