|
Hi.
I've been using asp for years now and i'm currently in the process of teaching my self ASP.Net.
I know ASP.NET is and OO language and doesnt proscess the information in the same was as ASP did (run code as from top to bottom).
I have a page full of functions that i used to include in my ASP pages via the code
<!-- #INCLUDE virtual="includes/AspireConnect.asp" -->
this would allow me to call anyfunction from that page as if it where in the current page i'm working on.
How do i perform the same task in ASP.net as i've read that although supported i shouldn't really use include files any more.
Thanks for any help.
Rob
|