Calling a static method from a VB Module in ASP.Net

  • Thread starter Thread starter brianbender77
  • Start date Start date
B

brianbender77

I have a standard ASP.net page in which I am attempting to call a
static method in a VB module under ASP.Net. In the Code Behind I have
no problem referncing it. Why can't I call it inside of <% %> tags on
the HTML page? It does not recognize the function name even if I
refernce it with Modulename.method. What is the work around if I do not
want a Code behind page for this page?
 

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

Back
Top