<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CSS Friendly Control Adapters</title><link>http://forums.asp.net/1018.aspx</link><description>Discuss the CSS Friendly Control Adapters sample project, ask questions, post bugs, etc</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1676126.aspx</link><pubDate>Sat, 21 Apr 2007 17:22:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1676126</guid><dc:creator>ticanaer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1676126.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1676126</wfw:commentRss><description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I've just posted an solution for this at &lt;a href="http://forums.asp.net/1676119/ShowThread.aspx#1676119" title="http://forums.asp.net/1676119/ShowThread.aspx#1676119"&gt;http://forums.asp.net/1676119/ShowThread.aspx#1676119&lt;/a&gt; which should serve as an in the interim fix until the CSS Adapters team releases a new version.&lt;/p&gt;&lt;p&gt;Enjoy &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;,&lt;/p&gt;Tana</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1668811.aspx</link><pubDate>Tue, 17 Apr 2007 09:25:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1668811</guid><dc:creator>oswin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1668811.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1668811</wfw:commentRss><description>&lt;p&gt;Hi Russ,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;Thanks for the great work being done with the CSS adapters. I am also facing the same issue with the CreateUser being called twice by the CreateUserWizard.&lt;/p&gt;&lt;p&gt;&amp;nbsp;My project consists of:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Configure the Web Application for Forms Authentication, Membership and DB (ASPNETDB.MDF)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;CustomMembershipProvider (In name only, code is still 90% the same as the &lt;a href="http://weblogs.asp.net/scottgu/archive/2005/08/01/ASP.NET-2.0-Provider-Toolkit-now-available-for-Download.aspx" title="ASP.Net Provider Toolkit" target="_blank"&gt;ASP.Net Provider Toolkit)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;1 Masterpage&lt;/li&gt;&lt;li&gt;Default.aspx (inheriting from Masterpage) - Containing the CreateUserWizard&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Web.Config for the CustomMembershipProvider&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;membership&lt;/span&gt;&lt;span class="attr"&gt; defaultProvider=&lt;/span&gt;&lt;span class="attrv"&gt;"myMembershipProvider"&lt;/span&gt;&amp;gt;
&lt;b id="2"&gt;2    &lt;/b&gt;	&amp;lt;&lt;span class="tag"&gt;providers&lt;/span&gt;&amp;gt;
&lt;b id="3"&gt;3    &lt;/b&gt;		&amp;lt;&lt;span class="tag"&gt;add&lt;/span&gt;&lt;span class="attr"&gt; name=&lt;/span&gt;&lt;span class="attrv"&gt;"myMembershipProvider"&lt;/span&gt;
&lt;b id="4"&gt;4    &lt;/b&gt;&lt;span class="attr"&gt;			type=&lt;/span&gt;&lt;span class="attrv"&gt;"myApp.myMembershipProvider"&lt;/span&gt;  
&lt;b id="5"&gt;5    &lt;/b&gt;&lt;span class="attr"&gt;			connectionStringName=&lt;/span&gt;&lt;span class="attrv"&gt;"DB"&lt;/span&gt;
&lt;b id="6"&gt;6    &lt;/b&gt;&lt;span class="attr"&gt;			applicationName=&lt;/span&gt;&lt;span class="attrv"&gt;"/"&lt;/span&gt;
&lt;b id="7"&gt;7    &lt;/b&gt;&lt;span class="attr"&gt;			minRequiredPasswordLength=&lt;/span&gt;&lt;span class="attrv"&gt;"5"&lt;/span&gt;
&lt;b id="8"&gt;8    &lt;/b&gt;&lt;span class="attr"&gt;			minRequiredNonalphanumericCharacters=&lt;/span&gt;&lt;span class="attrv"&gt;"0"&lt;/span&gt;
&lt;b id="9"&gt;9    &lt;/b&gt;&lt;span class="attr"&gt;			requiresQuestionAndAnswer=&lt;/span&gt;&lt;span class="attrv"&gt;"False"&lt;/span&gt; /&amp;gt;
&lt;b id="10"&gt;10   &lt;/b&gt;	&amp;lt;/&lt;span class="tag"&gt;providers&lt;/span&gt;&amp;gt;
&lt;b id="11"&gt;11   &lt;/b&gt;&amp;lt;/&lt;span class="tag"&gt;membership&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;Please help us to solve this issue. Even if there are no official releases, we would appreciate any guidance you can give us. The CSS Adapters are fantastic and we have been using it for all our projects since its debut. This is the only stumbling block we've come across so far.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Let me know if you need more information. I can send a zip of the project if you're interested too.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again!&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1583584.aspx</link><pubDate>Sat, 17 Feb 2007 19:01:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1583584</guid><dc:creator>Sumomannen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1583584.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1583584</wfw:commentRss><description>&lt;p&gt;I have the same problem,&amp;nbsp; have any one found a solution for this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;/Johan&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1513453.aspx</link><pubDate>Sat, 30 Dec 2006 20:35:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1513453</guid><dc:creator>rfurdzik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1513453.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1513453</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The steps are simple:&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;1) Create sample CSS Adapters Tutorial website&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;2) Create some real ASP NET membership database and point your site to it by changing web.config&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;3) Change CreateUserWizard.aspx.cs and make the page to inherit from &lt;font color=#000000&gt;System.Web.UI.&lt;/font&gt;&lt;font color=#008080 size=2&gt;Page.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;&lt;font color=#008080 size=2&gt;4) Once you change the above the code will&amp;nbsp;not compile, because there is some code there relevant to the example... Just comment out this out untll the page compiles.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;5)&amp;nbsp;Use CreateUserWizard page, the error should occur: "Please enter another user name" (after you create user). It does not redirect, nothing... No confirmation that the user has been created. Yet the user is created in the database...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;Please let me know if any of the steps are unclear and I will eleborate more.It has been a while when I wrked on this, but it would be great to have this resolved as I do not use the adapter for that control... Thanks,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;Rafal&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1513401.aspx</link><pubDate>Sat, 30 Dec 2006 19:25:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1513401</guid><dc:creator>Russ Helfand</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1513401.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1513401</wfw:commentRss><description>&lt;p&gt;You are right: the ContinueDestinationPageUrl attribute of the CreateUserWizard is, indeed, used in the sample we supplied in the kit.&amp;nbsp; I was incorrect when I said that it is not supported.&amp;nbsp; I looked again and recall now that we found that this attribute is recognized and honored by the framework regardless of whether an adapter is applied.&amp;nbsp; So it works with and without adapters... at least, that's what Heidi and I seemed to find when we built the sample page to demo the adaption of the CreateUserWizard control.&lt;/p&gt;
&lt;p&gt;I'd like to return to your original problem and see if I can duplicate it here.&amp;nbsp; What exactly do I need to do to make this happen on my PC?&amp;nbsp; Clearly I can't simply run the sample page from the kit.&amp;nbsp; It is configured with a "fake" membership provider.&amp;nbsp; What exactly do I need to do to recreate the problem you are seeing?&amp;nbsp; If you can describe that I'll spend the time here to follow your recipe and then do some debugging to try to help you overcome the problem.&amp;nbsp; OK?&amp;nbsp; But first I need the recipe.&amp;nbsp; You said that you'd provided the steps above but I've reread this thread several times and I don't understand exactly what I need to do yet.&amp;nbsp; Can you walk me throught it a bit more verbosely?&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1513178.aspx</link><pubDate>Sat, 30 Dec 2006 08:59:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1513178</guid><dc:creator>rfurdzik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1513178.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1513178</wfw:commentRss><description>You said this is not supported, so why was this included in the samples? I would suggest to add this to the list of bugs...</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1512819.aspx</link><pubDate>Fri, 29 Dec 2006 21:10:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1512819</guid><dc:creator>Russ Helfand</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1512819.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1512819</wfw:commentRss><description>&lt;p&gt;The adapter for the CreateUserWizard web control doesn't support the attribute ContinueDestinationPageUrl.&amp;nbsp; As mentioned in the white paper for the kit, not all attributes are supported in these sample adapters.&amp;nbsp;This is always disappointing to hear.&amp;nbsp; Sorry.&lt;/p&gt;
&lt;p&gt;In a future rev of the kit, Heidi and I can consider adding support for that attribute.&lt;/p&gt;
&lt;p&gt;Speaking of enhancements to the kit, let me&amp;nbsp;give you some background...&amp;nbsp;Microsoft commissioned Groovy bits (Heidi and me)&amp;nbsp;to build this adapter kit.&amp;nbsp; The ASP.NET team was farsighted;&amp;nbsp;they&amp;nbsp;built this amazing control&amp;nbsp;adapter architecture into the ASP.NET framework.&amp;nbsp; Groovy bits&amp;nbsp;was asked to&amp;nbsp;create a set of adapters to demonstrate the power of this adapter architecture.&amp;nbsp; Simultaneously, Microsoft wanted to give the community a nifty way to make some of the existing ASP.NET controls easier to style with CSS (via the use of these adapters).&lt;/p&gt;
&lt;p&gt;Bugs and areas that ought to be enhanced will, hopefully, be resolved over time as Microsoft releases new revisions to this CSS Friendly adapter kit.&amp;nbsp;Microsoft currently plans to ask Groovy bits&amp;nbsp;to&amp;nbsp;create those future revisions of the kit. That's simply logical since Heidi and I are the ones who know the most about the code at this point, having invented it. Of course Microsoft owns all of this stuff so they are free to put other development resources to task on this if they prefer. For the immediate future, however, it looks like Heidi and I will continue to be the ones working on improvements to the kit. Since the first official (non-beta) rev of the adapters was released so recently, we are currently in a mode where we simply monitor the community response (on this forum and elsewhere).&amp;nbsp; The idea is to get a good, solid set of feedback on the adapters and then plan what to fix or improve next.&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1511975.aspx</link><pubDate>Fri, 29 Dec 2006 05:09:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1511975</guid><dc:creator>rfurdzik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1511975.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1511975</wfw:commentRss><description>&lt;p&gt;If this is a bug in the adapters, should not ASP.NET team address this? This can be easly reproduced, please see steps above..&lt;/p&gt;
&lt;p&gt;For now I will just not use CSS adapters for these controls...&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1501250.aspx</link><pubDate>Mon, 18 Dec 2006 22:28:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1501250</guid><dc:creator>Russ Helfand</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1501250.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1501250</wfw:commentRss><description>&lt;p&gt;None of the adapters should require your page to be derived from anything special. I'd suggest that you continue to derive from Page.&lt;/p&gt;
&lt;p&gt;If you are comfortable with a debugger, you might consider trying to put some debug into CreateUserWizardAdapter and seeing if you can get any insight into what the control thinks the problem really is. For example, you might want to put some break points in the method called OnCreateUserError. That method is passed an instance of CreateUserErrorEventArgs called e.&amp;nbsp; Take a look at its property values in a debugger.&amp;nbsp; You'll get a better idea of what the membership system thinks the problem is.&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1501014.aspx</link><pubDate>Mon, 18 Dec 2006 19:18:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1501014</guid><dc:creator>roberthking</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1501014.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1501014</wfw:commentRss><description>I don't have those sample projects in front of me (client site), but perhaps there is logic in examplepage.aspx that is needed. Changing where your page inherits from may just require adding this functionality to your base.</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1499454.aspx</link><pubDate>Sat, 16 Dec 2006 18:47:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1499454</guid><dc:creator>rfurdzik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1499454.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1499454</wfw:commentRss><description>&lt;p&gt;It has been confirmed, when the page containing UserRegistrationWizard inherits directly from System.Web.UI.&lt;font color=#008080 size=2&gt;Page, that is when that strange bahaviour is happening. In my opinion the page should not inherit from ExamplePage, as it should work with any existing page in your application. This seems like a bug in CSS Adapters. Please try to reproduce it by yourself with those steps:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;1) Create sample CSS Adapters Tutorial website&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;2) Change CreateUserWizard.aspx.cs and make the page to inherit from &lt;font color=#000000&gt;System.Web.UI.&lt;/font&gt;&lt;font color=#008080 size=2&gt;Page. Comment other code relevant to the example...&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#008080&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problems with Registration Control</title><link>http://forums.asp.net/thread/1499450.aspx</link><pubDate>Sat, 16 Dec 2006 18:36:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1499450</guid><dc:creator>rfurdzik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1499450.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1499450</wfw:commentRss><description>After disabling the registration CSS adapter in the browser file, it works!! So there is some problem with CSS adapters for sure, I wonder if maybe this has something to do with the fact that my page is directly inherited from &lt;font size=2&gt;System.Web.UI.&lt;/font&gt;&lt;font color=#008080 size=2&gt;Page. I have noticed in the sample provided it is inherited from &lt;font color=#008080 size=2&gt;ExamplePage...&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Problems with Registration Control</title><link>http://forums.asp.net/thread/1499422.aspx</link><pubDate>Sat, 16 Dec 2006 17:09:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1499422</guid><dc:creator>rfurdzik</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1499422.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1499422</wfw:commentRss><description>&lt;p&gt;I am trying to use registration control, provided in the example. I am getting message "Enter nother user name", once I click Continue button. I think here is nothing wrong with the data... I have also noticed that the user is indeed created in the database. However no redirection is done to the next page... Here is my code:&lt;/p&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CreateUserWizard&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ID&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="createuserwizard1"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;runat&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="server"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;SkinID&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="SampleCreateUserWizard"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CssSelectorClass&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="PrettyCreateUserWizard"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;HeaderText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="REGISTRATION"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;InstructionText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="&amp;lt;strong&amp;gt;We're glad you want to become a member!&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;- Enter a user name and password of your choice (type your password twice to ensure against mistakes).&amp;lt;br /&amp;gt;- Enter your email address (this is where we'll send your password if you ever forget it).&amp;lt;br /&amp;gt;- Make up a question and answer that only you will know (we'll use this information to confirm your identity before sending your password via email)."&lt;/font&gt;&lt;font size=2&gt; 
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;UserNameLabelText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="User Name:"&lt;/font&gt;&lt;font size=2&gt; 
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;PasswordLabelText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Password:"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;PasswordHintText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Please use alphabetical characters and at least one number."&lt;/font&gt;&lt;font size=2&gt; 
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ConfirmPasswordLabelText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Confirm Password:"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;EmailLabelText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Email:"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;QuestionLabelText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Security Question:"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;AnswerLabelText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Answer to your Security Question:"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CompleteSuccessText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Your account has been created successfully. You're already logged in so just click the continue button to get started."&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ContinueDestinationPageUrl&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="~/default.aspx"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ContinueButtonImageUrl&lt;/font&gt;&lt;font color=#0000ff size=2&gt;=""&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ContinueButtonText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="continue"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ContinueButtonType&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Button"&lt;/font&gt;&lt;font size=2&gt; 
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CreateUserButtonImageUrl&lt;/font&gt;&lt;font color=#0000ff size=2&gt;=""&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CreateUserButtonText&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="create user"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CreateUserButtonType&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Button"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ToolTip&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Please register."&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;WizardSteps&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CreateUserWizardStep&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;runat&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="server"&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CreateUserWizardStep&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CompleteWizardStep&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ID&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="CompleteWizardStep1"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;runat&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="server"&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;ContentTemplate&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;table&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;border&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="0"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;style&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="font-size: 100%; font-family: Verdana"&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;tr&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;td&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;align&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="center"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;colspan&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="2"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;style&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="font-weight: bold; color: white; background-color: #5d7b9d"&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;Complete&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;td&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;tr&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;tr&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;td&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;Your account has been successfully created.&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;td&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;tr&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;tr&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;td&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;align&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="right"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;colspan&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="2"&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;Button&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ID&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="ContinueButton"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;runat&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="server"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;BackColor&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="#FFFBFF"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;BorderColor&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="#CCCCCC"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;BorderStyle&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Solid"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;BorderWidth&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="1px"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CausesValidation&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="False"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;CommandName&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Continue"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;Font-Names&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Verdana"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ForeColor&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="#284775"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;PostBackUrl&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="~/DEFAULT.aspx"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;Text&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="Continue"&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;ValidationGroup&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="CreateUserWizard1"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;/&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;td&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;tr&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;table&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;ContentTemplate&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CompleteWizardStep&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;WizardSteps&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;font color=#800000 size=2&gt;asp&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CreateUserWizard&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;</description></item></channel></rss>