Author: seanwean | Posted on: 8/15/2008 5:59:29 AM | Views : 945

 Hello,
I am trying to add a user to a role using the asp.net CreateUserWizard control.  The roles are programmatically databound to a CheckBoxList in the PageLoad event.
I have something like this.... 
               <asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server" Title="Step 1: Basic User Information">
                    <ContentTemplate>
                                ......
                        <table >
      &nbs ...

Go to the complete details ...