Search

You searched for the word(s): userid:317451

Matching Posts

  • Re: Third Party Login Controls?

    That worked great. I can't tell you how long I have been trying to do this. Thanks a lot Scott.
    Posted to Security (Forum) by mandkcasey on 3/9/2006
  • Re: Third Party Login Controls?

    When I try that, it states 'Text' is not a member of 'System.Web.UI.Control'.
    Posted to Security (Forum) by mandkcasey on 3/9/2006
  • Re: Third Party Login Controls?

    OK, I think I have the proper VB syntax. I wanted to run it by everyone first to make sure the VB translation is correct. Let me know what you think. I have been researching this a lot. Dim p As New ProfileCommon p = ProfileCommon.Create(CreateUserWizard1.UserName, True ) p.CustomerName = Convert.ToString(CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl( "CustomerName" )) P.save()
    Posted to Security (Forum) by mandkcasey on 3/9/2006
  • Re: Third Party Login Controls?

    The first link you provided is perfect and is exactly what I am trying to do. Unfortunately, I am not familiar with C#. I am trying to recreate what you did in VB and I hit a stumbling block. When I go to actually assign my information to P, I just can't figure out the proper syntax. This is what I have so far. I get all kinds of errors on the p.CustomerName line. I have all of the appropriate information added to the web.config. If anyone has a VB reference for this type of step, I would be appreciated
    Posted to Security (Forum) by mandkcasey on 3/2/2006
  • Re: Third Party Login Controls?

    Well I am taking a stab at doing this. I went ahead and modified the "Sign up for your new" portion of the CreateUserWizard control and added the labels, the textboxes I wanted to capture, and the appropriate validations. I now have to write code to take the information I captured and copy it into the database. I am new to asp.net programming, so I just double-clicked on the the "Create User" button at the bottom and started writing my code. The problem is it does not recognize any of the textboxes
    Posted to Security (Forum) by mandkcasey on 3/1/2006
  • Third Party Login Controls?

    I have a hard time getting the new Forms login control to do everything I need it to do. I was wondering if anyone has some suggestions for some third partry software that offers more features and flexibility. Or maybe a proper keyword search because all I find is asp.net 2.0 controls. Thanks.
    Posted to Security (Forum) by mandkcasey on 2/24/2006
  • Re: A Slight Change

    Yes, that I know for sure. This is the second website I built with masterpages. When you into the default.aspx.vb and type master. - you get a whole list of options including Application, Attributes, etc. But I do not see the MetaDescription or the MetaKeywprds properties. I am using a fresh Windows XP Pro build with Visual Studio 2005 Standard No Beta has been on this machine. Thanks for the continuous help.
  • Re: A Slight Change

    First, I want to thank you for the response and trying to help me through this. Yes I am using Visual Basic and yes I have was putting the code into the vacation.master.vb file. It looks like the following down below. I must have it in the wrong place because it does not show after the Master. in the default.aspx.vb section under Page_Load. Where do I need to move the code. Once again, I appreciate the help. Mike Partial Class Vacation Inherits System.Web.UI.MasterPage Public Property MetaDescription
  • Re: A Slight Change

    I am a little new to asp.net programming and really like the idea of only adding two lines of code for each page to discover the Meta information. I am trying to get this to work and copied the code into my Vacation.Master file. When I try to call it I have tried Master.MetaDescription and Vacation.Master.MetaDescription. I keep getting a "reference to a non-shared member requires an object reference". I think this means I am not calling it properly. Can anyone help? I would be very appreciative
  • Re: Where is the Web Admin Tool?

    Please forgive me, I really want this to work, but I do not understand what is going on. I have a Windows 2000 Server. I have a folder under the C drive named TTETranscriptsIntranet2. When you check the web sharing for this, it simply states it is web shared as '/'. When I try to go to http://localhost/TTETranscriptsIntranet2 , I just get a page not found error. Since I setup a virtual folder for the ASP.NETWebAdminFiles directory I also tried http://localhost/ASP.NETWebAdminfiles and got nothing
Page 1 of 7 (64 items) 1 2 3 4 5 Next > ... Last »