public static voidAddUserToRole (string username, string rolename)
Parameters
rolename
Documentation for this section has not yet been entered.
username
The user name to add to the specified role.
Remarks
The Roles.AddUserToRole(string, string) method calls the default role provider to associate the specified user with the specified role at the data source.