Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2006

Tip: Looking for answers? Try searching our database.

Membership Services Problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Wayne Wengert - 17 Feb 2006 11:29 GMT
I am trying to add some profiles to an ASP.NET 2.0 application that uses the
membership services login control. I created a Sub for
Public Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As
EventArgs)

But that event never fires. The new registration information is getting
recorded in aspnetdb_Membership, apnetdb_users and MemberInfo tables so I
know the user is being created. Also, if I put a break in the

Protected Sub CreateUserFinished(ByVal sender As Object, ByVal e As
System.Web.UI.WebControls.WizardNavigationEventArgs)

event I can see that that event fires?

Any ideas on why the "CreatedUser" event never fires?

Wayne
DWS - 17 Feb 2006 16:30 GMT
Wayne much easier to use the ide select the control and the events from the
dropdownlists in the code editor.

Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e
As System.EventArgs) Handles CreateUserWizard1.CreatedUser

End Sub
Good Luck
DWS

> I am trying to add some profiles to an ASP.NET 2.0 application that uses the
> membership services login control. I created a Sub for
[quoted text clipped - 13 lines]
>
> Wayne
Wayne Wengert - 17 Feb 2006 17:24 GMT
Interesting. I actually deleted the sub and recreated it as you suggested
but it still never fired. Then I manually added the "Handles..." phrase and
now it fires.

Thanks for the help. I don't understand why the IDE creates the sub without
the handles phrase?

Wayne

> Wayne much easier to use the ide select the control and the events from
> the
[quoted text clipped - 27 lines]
>>
>> Wayne

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.