Browse by Tags

Related Posts

  • Adding DropDownList on CreateUserWizard control

    Hi! I've added a DropDownList containing all user roles: DropDownList rolesList = (DropDownList)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl( "RolesList" ); String[] roles = Roles.GetAllRoles(); rolesList.DataSource = roles; rolesList.DataBind(); rolesList.Items...
    Posted to Security (Forum) by biljap on 05-21-2009, 12:00 AM
    Filed under: asp.net.c#, dropdownList, add new fields to create user wizard, createuserwizard
  • Customise CreateUserWizard - How to use new fields?

    Hey, I want to customise the CreateUserWizard control but I haven't a clue how I'm meant to use the new fields. I added the ContentTemplate to the CreateUserWizardStep and then added the field I wanted, it displays a DropDownList containing Package objects. 1 < ContentTemplate > 2 < table border...
    Posted to Security (Forum) by rebels_mascot on 03-18-2007, 12:00 AM
    Filed under: .Net 2.0, asp.net 2.0, asp.net.c#, C#, createuserwizard
Page 1 of 1 (2 items)