CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 1/25/2008 4:13:13 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 14 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
9 Items, 1 Pages 1 |< << Go >> >|
bendJoe
Asp.Net User
Customized Create user wizard.1/25/2008 4:13:13 PM

0/0

 I have a customized create user wizard. Seems like it is not rendering. What can be wrong.

thanks
 

Stoian Bucovich
Asp.Net User
Re: Customized Create user wizard.1/25/2008 5:44:45 PM

0/0

Hi,

may i ask you to paste some code ?

Thanks

bendJoe
Asp.Net User
Re: Customized Create user wizard.1/25/2008 5:58:52 PM

0/0

 I just started adding items to the first step and tried to view it in a browser I didn't see any thing.
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
<center><asp:CreateUserWizard ID="CreateUserWizard1" SkinID="SampleCreateUserWizard" CssSelectorClass="PrettyCreateUserWizard" runat="server" ActiveStepIndex="2">
<WizardSteps>
<asp:WizardStep ID="ContactInfo" runat="server" Title="Contact Info">
<table border="0" style="font-size: 100%; font-family: Verdana; background-color: white">
<tr>
<td align="center" colspan="2" style="font-weight: bold; color: #f7f6f3; background-color: #5d7b9d">
Enter Your Contact Details.</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d"><asp:Label ID="Label1" runat="server" Text="First Name:"></asp:Label>
</td>
<td></td>
</tr>
</table>
</asp:WizardStep>
<asp:WizardStep ID="BuildingAddress" runat="server" Title="Building Address">
</asp:WizardStep>
<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server" Title="Sign Up for your New Account">
<ContentTemplate>
<table border="0" style="font-size: 100%; font-family: Verdana; background-color: white">
<tr>
<td align="center" colspan="2" style="font-weight: bold; color: #f7f6f3; background-color: #5d7b9d">
Sign Up for your New Account</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d">
<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName">User Name:</asp:Label></td>
<td>
<asp:TextBox ID="UserName" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid"
BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName"
ErrorMessage="User Name is required." ToolTip="User Name is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d">
<asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">Password:</asp:Label></td>
<td>
<asp:TextBox ID="Password" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid"
BorderWidth="1px" ForeColor="#5D7B9D" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="PasswordRequired" runat="server" ControlToValidate="Password"
ErrorMessage="Password is required." ToolTip="Password is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d">
<asp:Label ID="ConfirmPasswordLabel" runat="server" AssociatedControlID="ConfirmPassword">Confirm Password:</asp:Label></td>
<td>
<asp:TextBox ID="ConfirmPassword" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid"
BorderWidth="1px" ForeColor="#5D7B9D" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="ConfirmPasswordRequired" runat="server" ControlToValidate="ConfirmPassword"
ErrorMessage="Confirm Password is required." ToolTip="Confirm Password is required."
ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d">
<asp:Label ID="EmailLabel" runat="server" AssociatedControlID="Email">E-mail:</asp:Label></td>
<td>
<asp:TextBox ID="Email" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid"
BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>
<asp:RequiredFieldValidator ID="EmailRequired" runat="server" ControlToValidate="Email"
ErrorMessage="E-mail is required." ToolTip="E-mail is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d">
<asp:Label ID="QuestionLabel" runat="server" AssociatedControlID="Question">Security Question:</asp:Label></td>
<td>
<asp:TextBox ID="Question" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid"
BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>
<asp:RequiredFieldValidator ID="QuestionRequired" runat="server" ControlToValidate="Question"
ErrorMessage="Security question is required." ToolTip="Security question is required."
ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="right" style="color: #5d7b9d">
<asp:Label ID="AnswerLabel" runat="server" AssociatedControlID="Answer">Security Answer:</asp:Label></td>
<td>
<asp:TextBox ID="Answer" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid"
BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>
<asp:RequiredFieldValidator ID="AnswerRequired" runat="server" ControlToValidate="Answer"
ErrorMessage="Security answer is required." ToolTip="Security answer is required."
ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:CompareValidator ID="PasswordCompare" runat="server" ControlToCompare="Password"
ControlToValidate="ConfirmPassword" Display="Dynamic" ErrorMessage="The Password and Confirmation Password must match."
ValidationGroup="CreateUserWizard1"></asp:CompareValidator>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="color: red">
<asp:Literal ID="ErrorMessage" runat="server" EnableViewState="False"></asp:Literal>
</td>
</tr>
</table>
</ContentTemplate>
</asp:CreateUserWizardStep>
<asp:CompleteWizardStep ID="CompleteWizardStep1" runat="server">
</asp:CompleteWizardStep>
</WizardSteps>
<StartNavigationTemplate>
<asp:Button ID="StartNextButton" runat="server" CommandName="MoveNext" Text="Next" />
</StartNavigationTemplate>
</asp:CreateUserWizard>
</center>
</asp:Content>
 
MikeJ83
Asp.Net User
Re: Customized Create user wizard.1/25/2008 11:39:50 PM

0/0

This code should render just fine. Check your master page, your not hiding the content place holder are you?

Stoian Bucovich
Asp.Net User
Re: Customized Create user wizard.1/26/2008 12:10:46 AM

0/0

There you go copy, paste and run it renders just fine :)

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<center><asp:CreateUserWizard ID="CreateUserWizard1"

SkinID="SampleCreateUserWizard"

CssSelectorClass="PrettyCreateUserWizard"

runat="server"

ActiveStepIndex="2">

<WizardSteps>

<asp:WizardStep ID="ContactInfo" runat="server" Title="Contact Info">

<table border="0" style="font-size: 100%; font-family: Verdana; background-color: white">

<tr>

<td align="center" colspan="2" style="font-weight: bold; color: #f7f6f3; background-color: #5d7b9d">Enter Your Contact Details.</td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="Label1" runat="server" Text="First Name:"></asp:Label></td>

<td></td>

</tr>

</table>

</asp:WizardStep>

<asp:WizardStep ID="BuildingAddress" runat="server" Title="Building Address">

</asp:WizardStep>

<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server" Title="Sign Up for your New Account">

<ContentTemplate>

<table border="0" style="font-size: 100%; font-family: Verdana; background-color: white">

<tr>

<td align="center" colspan="2" style="font-weight: bold; color: #f7f6f3; background-color: #5d7b9d">Sign Up for your New Account</td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName">User Name:</asp:Label></td>

<td><asp:TextBox ID="UserName" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid" BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>

<asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName" ErrorMessage="User Name is required." ToolTip="User Name is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator></td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">Password:</asp:Label></td>

<td><asp:TextBox ID="Password" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid" BorderWidth="1px" ForeColor="#5D7B9D" TextMode="Password"></asp:TextBox>

<asp:RequiredFieldValidator ID="PasswordRequired" runat="server" ControlToValidate="Password" ErrorMessage="Password is required." ToolTip="Password is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator></td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="ConfirmPasswordLabel" runat="server" AssociatedControlID="ConfirmPassword">Confirm Password:</asp:Label></td>

<td><asp:TextBox ID="ConfirmPassword" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid" BorderWidth="1px" ForeColor="#5D7B9D" TextMode="Password"></asp:TextBox>

<asp:RequiredFieldValidator ID="ConfirmPasswordRequired" runat="server" ControlToValidate="ConfirmPassword" ErrorMessage="Confirm Password is required." ToolTip="Confirm Password is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator></td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="EmailLabel" runat="server" AssociatedControlID="Email">E-mail:</asp:Label></td>

<td><asp:TextBox ID="Email" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid" BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>

<asp:RequiredFieldValidator ID="EmailRequired" runat="server" ControlToValidate="Email" ErrorMessage="E-mail is required." ToolTip="E-mail is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator></td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="QuestionLabel" runat="server" AssociatedControlID="Question">Security Question:</asp:Label></td>

<td><asp:TextBox ID="Question" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid" BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>

<asp:RequiredFieldValidator ID="QuestionRequired" runat="server" ControlToValidate="Question" ErrorMessage="Security question is required." ToolTip="Security question is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator></td>

</tr>

<tr>

<td align="right" style="color: #5d7b9d"><asp:Label ID="AnswerLabel" runat="server" AssociatedControlID="Answer">Security Answer:</asp:Label></td>

<td><asp:TextBox ID="Answer" runat="server" BorderColor="#5D7B9D" BorderStyle="Solid" BorderWidth="1px" ForeColor="#5D7B9D"></asp:TextBox>

<asp:RequiredFieldValidator ID="AnswerRequired" runat="server" ControlToValidate="Answer" ErrorMessage="Security answer is required." ToolTip="Security answer is required." ValidationGroup="CreateUserWizard1">*</asp:RequiredFieldValidator></td>

</tr>

<tr>

<td align="center" colspan="2"><asp:CompareValidator ID="PasswordCompare" runat="server" ControlToCompare="Password" ControlToValidate="ConfirmPassword" Display="Dynamic" ErrorMessage="The Password and Confirmation Password must match." ValidationGroup="CreateUserWizard1"></asp:CompareValidator></td>

</tr>

<tr>

<td align="center" colspan="2" style="color: red"><asp:Literal ID="ErrorMessage" runat="server" EnableViewState="False"></asp:Literal></td>

</tr>

</table>

</ContentTemplate>

</asp:CreateUserWizardStep>

<asp:CompleteWizardStep ID="CompleteWizardStep1" runat="server"></asp:CompleteWizardStep>

</WizardSteps>

<StartNavigationTemplate>

<asp:Button ID="StartNextButton" runat="server" CommandName="MoveNext" Text="Next" />

</StartNavigationTemplate>

</asp:CreateUserWizard>

</center>

</asp:Content>

Hope it helps

 

Cheers

 

--------------------------------------------------------------------------------------------------------------------

Please don't forget to mark as "Answered" the answer which helps you. Thanks

bendJoe
Asp.Net User
Re: Customized Create user wizard.1/26/2008 1:36:25 AM

0/0

 ActiveStepIndex="2"

 

There are three steps in the wizard. When I set it to 0 or 1 I am not getting result. With active step=2 , is going straight to the 3rd  step. 

MikeJ83
Asp.Net User
Re: Customized Create user wizard.1/26/2008 10:57:29 PM

0/0

What are you seeing? Have you tried removing the ActiveStepIndex directive, to see if that has any effect?

bendJoe
Asp.Net User
Re: Customized Create user wizard.1/27/2008 8:31:10 PM

0/0

If I select any other step than the third step in the create user wizard smart tag and view the page in a browser all I see is a thick line which is of the same color as the Control.If I select the third step then I can see the third step properly in the browser. Could someone try a to add couple extra step to the create user wizard and check . If it is working please send me the mark-up.

Thanks 

bendJoe
Asp.Net User
Re: Customized Create user wizard.2/4/2008 3:25:39 PM

0/0

Hi

I think I forgot to tell you that I am using CSS friendly control adapters. When not using CSS friendly Adapters it is working .I thought I posted this one in the CSS friendly control adapter section so I didn't explicitly mention that.

Thanks 


9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Microsoft Small Business Server 2003 Unleashed: Unleashed Authors: Eriq Neale, Eriq Oliver Neale, Pages: 667, Published: 2005
How to Cheat at Managing Windows Small Business Server 2003: In the Land of the Blind, the One-Eyed Man Is King Authors: Susan Snedaker, Pages: 471, Published: 2004
How to Do Everything with Microsoft Office Access 2003 Authors: Virginia Andersen, Pages: 556, Published: 2003
Pro .NET 2.0 Windows Forms and Custom Controls in C#: From Professional to Expert Authors: Matthew MacDonald, Pages: 1037, Published: 2005
Hardening Windows Systems: [bulletproof Your Systems Before You are Hacked!] Authors: Roberta Bragg, Pages: 526, Published: 2004
Microsoft Office Access 2007: The Complete Reference Authors: Virginia Andersen, Pages: 775, Published: 2007
Pro ASP.NET for SQL Server: High Performance Data Access for Web Developers Authors: Brennan Stehling, Pages: 408, Published: 2007
Using Microsoft Office Outlook 2003 Authors: Patricia Cardoza, Patricia DiGiacomo, Pages: 1040, Published: 2003
Access 2003 Bible Authors: Cary N. Prague, Michael R. Irwin, Jennifer Reardon, Pages: 1464, Published: 2003
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006

Web:
Customize create user wizard information - Priyank Patel Apr 7, 2008 ... I found following article describes custom create user wizard information. http: //aspnet.4guysfromrolla.com/articles/070506-1.aspx ...
Custom MembershipUser and the CreateUserWizard class - SharePoint ... The best I could come up with is to use the OnCreatedUser method of the CreateUserWizard class. Here I cast the Membership.GetUser method to my Custom ...
ASP.NET.4GuysFromRolla.com: Customizing the CreateUserWizard Control Jul 5, 2006 ... At this point we have customized the CreateUserWizard control to prompt the user for billing and shipping information, but, by default, ...
How to: Customize the ASP.NET CreateUserWizard Control You can customize the contents of the T:System.Web.UI.WebControls. CreateUserWizard control using the T:System.Web.UI.WebControls.
Customizing create user wizard For 2, you will have to insert some custom logic. You can do that by adding an additional step to the Create User Wizard, or by responding ...
How to customize the "create user wizard" - ASP.NET Forums How to customize the "create user wizard". Last post 07-22-2006 5:55 PM by DarrellNorton. 1 replies. Sort Posts: ...
Customize CreateUserWizard security question part. - ng.asp-net ... Customize CreateUserWizard security question part., > ROOT > NEWSGROUP > Asp.Net Forum > general_asp.net.security, Date: 8/23/2007 4:44:22 PM, Replies: 2, ...
microsoft.public.dotnet.framework.aspnet.security: Customize ... the control and clicked customized and added new fields like First Name, ... CreateUserWizard will go to AspNetdb which get appended without any problem.
Create User Wizard, Custom MemberShip Provider, and Custom User ... I want to use 1 step in the create user wizard to collect custom user data using a custom membership provider. ...
ASP.NET 2.0 how to Customize createuserwizard control how to Customize createuserwizard control. imran khan posted at 29-May-07 09:33. Dear All,. i am making web application using asp.net, C# ,sql2005 using ...

Videos:
BOSS GT-10 !! New Demo Video Flagship Floorboard Multi-Effects Features Meet the new flagship of the BOSS multi-effects family. The GT-10, driven by BOSS' latest custom-made DSP...
Stonefield Query How To Video: Create a new Data Dictionary This video will show you how to create a new Data Dictionary using Stonefield Query SDK. In this video you will learn how to use the configuration ut...
Theme Park for Nintendo DS Enjoy the challenge and excitement of the bestselling Theme Park™ series on the go for the first time, on Nintendo DS™! Create, manage and develop ...
What Is Butterfly Marketing Anyway Explains what's included in Mike Filsaime's Butterfly Marketing Course. Willie Crawford also offered 4 mastermind meetings with those who purchased ...
fzi_democamp_eclipse_trifu.mov A presentation of the tool inCode at the Karlsruhe Eclipse Demo Camp in 2008
GeoServer and Architectures of Participation for Geospatial Information Google TechTalks August 23, 2006 Chris Holmes ABSTRACT This talk will introduce GeoServer, an open source server to publish and edit geospatial dat...
Bio::POD - a rapid mutation discovery software solution by Bio::Neos, Inc. Bio::POD (Prioritized Oligo Design) is a bioinformatics software application intended for researchers that need to manage small to medium datasets fo...
iPod Classic on iPod Video *EASY* Tutorial Make your old iPod Video look like the new iPod Classic. This is a tutorial on how to change your iPod Video (5G/5.5G) to a iPod Classic interface ....
4D Family Portrait 5: Theme Wizard Embroidery software educator Soni Grint gives a video tutorial on how to create personalized themes for embroidered family trees and family charts us...
Euphoria : Sealed Chapters : Rip-omatic The Defination i was given in University of a Rip-omatic , is where you take things that look similar to an idea you have and present them together a...




Search This Site:










vss2005 over the internet (disk full error for non- administrator user)

menu control subitems display problems

createuserwizard reserved names

child pages do not import correctly from template (3.0.11)

another install that didn't go so smoothly

forum security is top notch! ( i can't even log in i had to create a new account )

accessing a control in masterpage

xml/xsl (reporting inside dnn)

how to limit a menu width \ number of items shown

create project file

paths like this... how to change?

unable to delete last webpart off of page

3.0.12 installing custom modules doesn't work

using a forms creator just to create forms?

windows password form a domian

suggestion: regular expression editor

treeviews-setting image size

username and password gets encrypted

link to child modules

displaying editorpart content based upon selection in gridview

different color background for each menu item in navigation menu ???

scheduling problems....

web.config keeps adding a "add assembly" we dont need or want

gridview cannot display data using objectdatasource

dnn 3.2.x - problem with localization (and solution)

how do i change the normal search to include location etc. without going to advanced search?

minimized webparts

bug : recompiling ibuyspy portal

loading problem. please help!

microsoft.web.ui.webcontrols missing??? help!!

 
All Times Are GMT