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,