Mono Support UI Modification 

Viewed 20751 time(s), 3 post(s), 10/16/2011 6:52:34 AM - by ashutosh0901
10/16/2011 6:52:35 AM
353 Reputation 46 Total posts

How can i hide "Click here to Log in" option

1
10/16/2011 7:42:09 AM
353 Reputation 46 Total posts

Hey need help ???

2
10/16/2011 7:58:06 AM
15993 Reputation 2214 Total posts

Hi,

you need to go to the /MonoX/MasterPages/MembershipNavigation.ascx and do the one of the following:

1. You can inherit the MembershipNavigation.ascx and in PreRender set the visibility of the loginStatus1 and loginStatus2
2. You can add a PlaceHolder in the mark-up around the loginStatus1 and loginStatus2, then set their visibility to false

Regards

3
This is a demo site for MonoX. Please visit Mono Software for more info.