I'm trying to have a place where I can show the currently logged-in user what his role is and I have gotten this far:
TextBox1.Text = Roles.GetRolesForUser()
I get the error:
Compiler Error Message: BC30311: Value of type '1-dimensional array of String' cannot be converted to 'String'.
anyone understand?