Click here to Skip to main content
15,917,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView hyperlink Pin
Dinesh Mani16-Feb-10 23:19
Dinesh Mani16-Feb-10 23:19 
QuestionQuestion of my mind Pin
Anubhava Dimri16-Feb-10 22:08
Anubhava Dimri16-Feb-10 22:08 
AnswerRe: Question of my mind Pin
mylogics16-Feb-10 23:10
professionalmylogics16-Feb-10 23:10 
GeneralRe: Question of my mind Pin
Anubhava Dimri17-Feb-10 0:12
Anubhava Dimri17-Feb-10 0:12 
GeneralRe: Question of my mind Pin
mylogics17-Feb-10 0:18
professionalmylogics17-Feb-10 0:18 
GeneralRe: Question of my mind Pin
Anubhava Dimri17-Feb-10 17:21
Anubhava Dimri17-Feb-10 17:21 
Questionloginview Pin
arkiboys16-Feb-10 20:35
arkiboys16-Feb-10 20:35 
AnswerRe: loginview Pin
arkiboys17-Feb-10 3:37
arkiboys17-Feb-10 3:37 
Hello again,
please see the code below that I am using now and the error is right below it.
Do you know how to solve this error please?


Code:
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server" BackColor="#F7F6F3" BorderColor="#E6E2D8" BorderStyle="Solid" BorderWidth="1px" CancelDestinationPageUrl="~/Default.aspx" ContinueDestinationPageUrl="~/Default.aspx" CreateUserButtonText="Sign Up" Font-Names="Verdana" Font-Size="0.8em" OnCreatedUser="CreateUserWizard1_CreatedUser">
<WizardSteps>
<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
</ContentTemplate>
</asp:CreateUserWizardStep>
<asp:CompleteWizardStep ID="CompleteWizardStep1" runat="server">
</asp:CompleteWizardStep>
</WizardSteps>
<SideBarStyle BackColor="#5D7B9D" BorderWidth="0px" Font-Size="0.9em" VerticalAlign="Top" />
<TitleTextStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<SideBarButtonStyle BorderWidth="0px" Font-Names="Verdana" ForeColor="White" />
<NavigationButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
<HeaderStyle BackColor="#5D7B9D" BorderStyle="Solid" Font-Bold="True" Font-Size="0.9em"
ForeColor="White" HorizontalAlign="Center" />
<CreateUserButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
<ContinueButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
<StepStyle BorderWidth="0px" />
</asp:CreateUserWizard>ERROR is:

CreateUserWizard1: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID UserName for the username.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: CreateUserWizard1: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID UserName for the username.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): CreateUserWizard1: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID UserName for the username.]
System.Web.UI.WebControls.CreateUserStepContainer.get_UserNameTextBox() +1447655
System.Web.UI.WebControls.CreateUserWizard.CreateControlHierarchy() +34
System.Web.UI.WebControls.Wizard.CreateChildControls() +137
System.Web.UI.WebControls.CreateUserWizard.CreateChildControls() +26
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.WebControls.Wizard.OnInit(EventArgs e) +90
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
QuestionCreating Image on basis of space used Pin
Bajrang Singh16-Feb-10 20:04
Bajrang Singh16-Feb-10 20:04 
AnswerRe: Creating Image on basis of space used Pin
Covean16-Feb-10 23:50
Covean16-Feb-10 23:50 
QuestionSQL Query Pin
abglorie16-Feb-10 19:35
abglorie16-Feb-10 19:35 
AnswerRe: SQL Query Pin
Brij16-Feb-10 19:51
mentorBrij16-Feb-10 19:51 
AnswerRe: SQL Query Pin
keyur satyadev16-Feb-10 19:58
keyur satyadev16-Feb-10 19:58 
AnswerRe: SQL Query Pin
Not Active17-Feb-10 0:28
mentorNot Active17-Feb-10 0:28 
QuestionHow to get Confirmation message when i sent pdf as mail in asp.net Pin
naren.venkata@yahoo.com16-Feb-10 19:06
naren.venkata@yahoo.com16-Feb-10 19:06 
AnswerRe: How to get Confirmation message when i sent pdf as mail in asp.net Pin
keyur satyadev16-Feb-10 19:45
keyur satyadev16-Feb-10 19:45 
GeneralRe: How to get Confirmation message when i sent pdf as mail in asp.net Pin
naren.venkata@yahoo.com17-Feb-10 0:43
naren.venkata@yahoo.com17-Feb-10 0:43 
QuestionHow to select Directory Pin
sjs4u16-Feb-10 18:49
sjs4u16-Feb-10 18:49 
AnswerRe: How to select Directory Pin
Brij16-Feb-10 19:06
mentorBrij16-Feb-10 19:06 
GeneralRe: How to select Directory Pin
mylogics16-Feb-10 23:21
professionalmylogics16-Feb-10 23:21 
GeneralRe: How to select Directory Pin
Brij17-Feb-10 0:35
mentorBrij17-Feb-10 0:35 
QuestionCOM Problem Pin
JC.KaNNaN16-Feb-10 18:44
JC.KaNNaN16-Feb-10 18:44 
AnswerRe: COM Problem Pin
Brij16-Feb-10 19:16
mentorBrij16-Feb-10 19:16 
GeneralRe: COM Problem Pin
JC.KaNNaN16-Feb-10 20:38
JC.KaNNaN16-Feb-10 20:38 
QuestionHow to move columns of Gridview at Runtime ? Pin
H_i_M16-Feb-10 18:37
H_i_M16-Feb-10 18:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.