Include page ASP VB.net can't access function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jonathan

    Include page ASP VB.net can't access function

    Hi

    I have a small top navigation bar that is an 'include page' on my other aspx
    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.




Working...