Trying to find getAdminStatus method
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="&l开发者_如何学Pythont;%= getAdminStatus() %>"></asp:Label>
</ItemTemplate>
Thanks,
No it's not.
Is it possible this method is part of an external library (third party or otherwise)?
精彩评论