H had created a master page with a menu div. I made index page as a login page, so I use the login control in index.aspx which is registered under the master page.
Now my question is how can I hide the menu div which is in master page until the user does login, after the user doing successful login the menu div should appear to the user
I put this code in my MasterPage