TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
milly
NA
1
0
QuestionAndAnswerRequired property of createUser Wizard
Jun 10 2010 1:06 PM
Hello,
I have a createUserWizard and want to set the QuestionAndAnswerRequired property to false but I get an error:
Message 1 Validation (ASP.Net): Attribute 'QuestionAndAnswerRequired' is not a valid attribute of element 'CreateUserWizard'.
<
asp
:
CreateUserWizard
ID
="CreateUserWizard1"
runat
="server"
MembershipProvider
="SPS_MembershipProvider"
RequireEmail
="False"
QuestionAndAnswerRequired
="false"
ConfirmPasswordLabelText
="confirm password"
PasswordLabelText
="password"
UserNameLabelText
="Email"
>
why is that and what can I do?
Thanx for your kind help .
Reply
Answers (
1
)
Global.asax
FOR Loop