I have a role called \'member\' and another \'admin\' in Asp.Net website.
I did before, that button should be visible or not and i am successful in that,but,i am not
In the Page_Load after checking for the role you may be able to set the IsEnabled for the Button to be False.
e.g. buttonLogin.Enabled = (IsUserInRole(Admin));