Search

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

Matching Posts

  • User Profile Update Problem

    Hi all, I currently store my users information using the asp.net profile system, i am creating a page where the users can update their profile details. Onload of the page it loads their profile data into the textboxes: firstName.text = Profile.FirstName etc etc. Onclick of the 'update' button, it sets the profile data to be the textbox data: profile.FirstName = firstName.text. However when the page reloads it comes back with the old name again, i think it is something to do with my onload
    Posted to Security (Forum) by alex350r on 1/18/2008
  • Create User Wizard, Previous Button Not Visible?

    Hey all, On my website i have a create user wizard with two steps, UserID details & Personal Details, it then goes to the complete stage. When you move to the personal details the previous button is not visible, even tho in visual studio when designing it clearly shows it. Is there something i have missed here? Thanks, Alex
    Posted to Security (Forum) by alex350r on 1/16/2008
  • Re: Newbie help with user profiles...

    thanks @ roni_schuetz , any chance you could explain that again in asp.net vb? as i am required to create the site in vb, thanks :-) Alex
    Posted to Web Forms (Forum) by alex350r on 1/15/2008
  • Re: Newbie help with user profiles...

    Hi thanks for your reply, I actually found the same thing and managed to add the extra fields but dont know how to process them into an asp.net profile for that user. I am after more advice on how to set up profiles? Thanks, Alex
    Posted to Web Forms (Forum) by alex350r on 1/15/2008
  • Newbie help with user profiles...

    Hey all, I have set up a basic login to my asp.net application using forms authentication and the standard asp.net login control. To register my users i am using the standard create user wizard control. What i also wish to do is store extra details about my users such as address, email address etc. How do i go about doing this using 'profiles' and can i add the input boxes to my create user steps? Thanks for your help in advance and sorry for being such a noob :-) Alex
    Posted to Web Forms (Forum) by alex350r on 1/15/2008
  • Re: Create User Controls/Login Controls asp.net advice needed...

    Thanks it looks like a good example but have u got an equivalent in ASP.NET VB? as i must develop my system in vb. Thanks, Alex
    Posted to Security (Forum) by alex350r on 1/15/2008
  • Re: Create User Controls/Login Controls asp.net advice needed...

    Hi thanks for your reply, I really am a total newbie at this, i have configured my asp.net website to use forms authentication. ive also added a role and set it to use the aspnetsqlprovider. After adding the create user wizard control to my page, when i fill it out and hit register, it just does nothing. Is there any special code behind it which i need? please could you help me or send me a link to a good tutorial? Thanks, Alex
    Posted to Security (Forum) by alex350r on 1/15/2008
  • Re: Create User Controls/Login Controls asp.net advice needed...

    Thanks that looks good but i want to store the users data in my database also in order to give them a unique ID number. Any ideas on how to do this? Alex
    Posted to Security (Forum) by alex350r on 1/15/2008
  • Create User Controls/Login Controls asp.net advice needed...

    Hi All, I am in the process of making a basic asp.net site, my user registration currently adds the user details to a database table and works using cookies. I wish to use the automated create user wizard/login control to create my users and assign them session id's. Also i wish to add my own fields to the create user wizard and insert the data into my users table of my sql database. Please can someone post some basic articles on doing this or some sample code i could play with. Thanks, Alex
    Posted to Security (Forum) by alex350r on 1/15/2008
  • Login form on MasterPage help

    Hi all, I have the following code on my masterpage: <form id="LoginForm" method="post" action="Login.aspx"> <asp:Label ID="lblUserName" runat="server" Font-Names="Tahoma" Font-Size="10pt" Text="Username:"></asp:Label> <asp:TextBox ID="txtUserName" runat="server" Width="107px"></asp:TextBox> <asp:Label ID="lblPassword" runat="server" Font
    Posted to Web Forms (Forum) by alex350r on 1/15/2008
Page 1 of 2 (16 items) 1 2 Next >