I have an ASPX page with no code behind (that is, no .aspx.cs
with the same name). In the code is this line:
<div style="overflow: hidden; text-align: center; z-index: 105;">
<%= MainNavBarHTML %><%= SubNavBarHTML %>
</div>
I've searched the rest of the program for MainNavBarHTML
and SubNavBarHTMl
, but can't find any reference to them. How do I find what fills those elements?