Module level variables withing <%=%> tags...

J

J.K. Bach

I have an ASP.NET project wherein module-level functions are declared
and implemented within the aspx page <%= %> tags.

This was working fine before, but now that I have recreated the project
to re-organized my code base, I get the following:

Compiler Error Message: BC30451: Name 'module1' is not declared.

While Executing the following line:
<%= module1.tester() %>

The Module <i>is</is> in the root, although it shouldn't have to
be(right?). AND, I can call the "Tester" function fine from within
code-behind.

Please help. And thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top