We have bunch of .aspx pages that were migrated from an older verson 
of asp. I have one namespace defined with all the fucntions we use 
on these pages located in VB modules (not classes). We are running 
into a problem where we can't seem to access the session object on 
the page from inside these function modules. On the aspx pages we 
use the Import namespace page directive. How should we go about 
fixing this problem? Should we remove the functions from the modules 
and put them in classes? Or is there a way we pass in, or declare 
these function modules on the aspx page to give them access to the 
Session object? Right now all the vb modules share the same 
namespace.

Thanks,
Jay








 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to