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
if (HttpContext.Current.User.IsInRole("member")) { //enable/disable here }