Hi,

Does anyone no how to add include style file to an aspx page?? I want a function that I can share with all of my pages , I cannot use a module or class(.vb) file beause I need to use the response and request and session objects (they don't seem to be available in these file types ) I am using the code behind pages

mabye there is a namespace I can use??? in a class.vb ???

Any ideas???