I have added my User's Role into the Form authentication, but i wan to be able to change the role when needed.
I understand that User.IsInRole returns a boolean to check if it is True or false tallied with the given string/role. like, User.IsInRole("Administrator").
But i wan to be able to change the role when needed..
is there a way?
User.SetRole or something?