0
votes
1answer
26 views
customvalidator can’t find controltovalidate
iam having a problem finding a textbox inside createuserwizard which is inside a contentplaceholder
i have a custom validator for this textbox ..now when i put this customvalidator outside createuser …
0
votes
1answer
12 views
customvalidator can’t find controltovalidate
iam having a problem finding a textbox inside createuserwizard which is inside a contentplaceholder
i have a custom validator for this textbox ..now when i put this customvalidator outside createuser …
0
votes
4answers
101 views
Is it possible to show a link in a C# program to the admin only?
Hi (I'm pretty new to this),
I have a login control in my C# program and once the user logs in, they are able to see links to other programs (a portal). Is it possible to hide the 'create new user' …
0
votes
0answers
83 views
How to set error messages from codebehind (CreateUserWizard control, using TemplateLayout)?
Users are created with a standard SQLMemberShipProvider.
I've tried catching MembershipCreationStatus as well as exceptions, and when I debug the code I do get to the method that sets the messages. I …
0
votes
2answers
67 views
User can’t login after creating them with the asp.net Create User Wizard
When I create a user, they can't login until I go into the asp.net configuration and save them. I actually don't change any settings, I just press the save button and then they can login in. What I …
1
vote
1answer
95 views
Adding roles to the ‘CreateUserWizard’
Hi (I'm pretty new to this),
Is it possible to add roles to the 'CreateUserWizard' tool so that you tick boxes (or view roles in a drop down menu) and once one or more have been chosen, this …
0
votes
1answer
20 views
SendingMail is not being called when user is created from the CreateUserWizard Control in asp.net?
I have the OnSendingMail event declared in the CreateUserWizard markup. I have the code in the code-behind file as well as the mail settings in the web.config, yet if I put a break point on the …
0
votes
3answers
347 views
A problem with the asp.net create user control
Hi,
I've customised the asp.net login control and it seems to create new accounts fine, but if I duplicate the user id thats already registered or enter an email thats already used, the error …
0
votes
4answers
28 views
asp.net arbitrary user info
If I am using asp.net's built-in membership provider, then how can I store arbitrary user-info while using CreateUserWizard control?
Suppose I have three types of users in my application: Student, …
0
votes
0answers
78 views
How do I make the Next button on the CreateUserWizard visible?
I am trying to use this control for the first time and can't figure out how to make the Next button visible on the first screen.
I also DON'T want the control to write to the database until the very …
0
votes
3answers
388 views
C# createuser wizard OnDeactivate not firing
Hi all,
I am rather confused I have got a createuser wizard control that I use with my custom user classes and role classes.
I have a step so that the admin user can create new users and assign them …
0
votes
2answers
341 views
ASP.NET Configuration Wizard to login with remote sql server
I have been learning ASP.NET by experimenting, watching videos on ASP.NET, and reading forums. I haven't found a quick solution to this though.
Whenever I add the "login" or "createuserwizard" from …
0
votes
0answers
24 views
Is there a way to change the CreatedUserWizard CreateUser button?
I don't want to create an account on the first screen of the CreatedUserWizard. I want to put the data in the class and only write it to the table at the end. But, when I click this button, it always …
1
vote
3answers
1k views
C# asp.net custom MembershipUser.createUser() method, call it from createuserwizard control
Hi all,
I have created custom MembershipUser, MembershipProvider and RolePrivoder classes. These all work and I am very happy with it, apart from one thing. I have an extra field in the "Users" …
0
votes
0answers
243 views
Clear fields on CreateUserWizard, Login control
I have a createuserwizard and a login control on a page. both of them are customized (standard textboxes are replaced by RadTextBoxes)
When i enter a value in the form and refresh the browser without …
