Hi All!
I'm trying to access a <li>
tag in my first master page file. I tried FindControl(..) but it allways returns null.
Structure:
- First Master Page (which contains
<li id="element" runat="server"
> - Second Master Page
- Default.aspx (need to access here)
What do I need to do to access the li element?