views:

15

answers:

1

Hi,

The SuperAdmin page in my web application has a method call to getAdminStatus() but I cannot find any occurences of this method when searching the entire solution. Is this method part of the .net 2.0 framework.

  <ItemTemplate>
   <asp:Label runat="server" ID="admin" Text="<%= getAdminStatus() %>"></asp:Label>
    </ItemTemplate>

Thanks,

+2  A: 

No it's not.

Is it possible this method is part of an external library (third party or otherwise)?

Jay Riggs