Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 4th, 2005, 06:34 AM
Registered User
 
Join Date: Aug 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.Net 2.0 : CreateUserWizard Control

Hello Everyone,

I am using the CreateUserWizard Control in Asp..net 2.0 beta 2.
I want to customize the User Registration information.
I have added a new step in that control,
but i don't know how i can use that step and how that data will be stored in the database.
Is it possible to do that using Profiles?(I don't know i am just guessing it).

One more problem is that i don't want to use the Access or Sql Server database for User Role management.
Is there is any way to use the MySql database?

Please help me!

Thanks

Asp Hunter
 
Old May 5th, 2005, 01:54 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Maybe through the SqlDataSource, if not, it is possible by creating a custom data source objects, etc.

Brian
 
Old December 17th, 2005, 03:06 AM
Registered User
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm not sure if you've found an answer to your question but the answer is yes. I haven't done it personally but found this information in passing.

For info on how to create the custom MySQL provider check out:
http://www.codeproject.com/aspnet/My...ipProvider.asp

For info on how to add custom fields to your CreateUserWizard check out towards the bottom:
http://msdn2.microsoft.com/en-us/lib...serwizard.aspx

The magic is done in this section of Web.config:

<configuration>

<system.web>

<profile>

<properties>

<add name="lastName" />

<add name="firstName" />

</properties>

</profile>

</system.web>

</configuration>

Hope this helps if you haven't already found a solution.

Take Care





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use asp.net we user control on asp 3.0 web i_shahid Java Basics 2 January 8th, 2008 09:04 AM
using asp.net web user control in asp 3.0 App i_shahid Classic ASP Professional 0 January 8th, 2008 07:32 AM
Timer control in asp.net raj2max ASP.NET 1.0 and 1.1 Basics 3 July 18th, 2007 02:13 AM
CreateUserWizard Control kulkarnimonica ASP.NET 2.0 Professional 3 July 12th, 2007 04:56 PM
Control in ASP.NET Manisha0605 .NET Framework 2.0 1 March 29th, 2007 02:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.