Include page ASP VB.net can't access function

J

Jonathan

Hi

I have a small top navigation bar that is an 'include page' on my other
pages.

The nav bar is navbar.aspx and has a little bit of asp.net code embedded in
it that displays 'Logged in as: name'. The function in it, GetLoginName,
works fine when I preview the page in IE by itself. However, when I preview
index.aspx (the homepage) it comes back with a .Net error that GetLoginName
is not declared.

I don't have Visual Studio, I am just using Frontpage.

Any thoughts appreciated.
 

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

Top