In my website's master page, there is a DIV containing asp:Hyperlink controls that serves as the navigation menu.
On a specific page titled 'Certain Page', I would like to use JavaScript to loop through all asp:hyperlink controls and hide them by setting their visibility to false. While this task could be achieved more easily on the server side, I prefer to accomplish it using JavaScript for this particular scenario.