Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7942619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:01:50+00:00 2026-06-04T00:01:50+00:00

I have an application in which a user fills out a form indicating their

  • 0

I have an application in which a user fills out a form indicating their interest in a service. This includes contact info. (e.g. name, email). They are then redirected to a page with a CreateUserWizard control – the idea being that it will prepopulate the form with most of the info. needed to create a user account (excluding username/password which need to be entered manually).

What I’d like to do is have the CreateUserWizard control not show these fields at all (for them to be prepopulated invisibly), so all the user sees is that they need to enter a username and password. There are two ways I can see achieving this:

Using Subroutine: I could use a subroutine like CreateUserWizard_CreatedUser to add the info. programmatically. I’m not sure if CreatedUser is the best place to add this info.?

Using Hidden Fields: I imagine I could add hidden fields to the CreateUserWizard control layout and somehow tell the control to look in these invisible fields for info. like name and email?

I’m looking for recommendations on the best way to accomplish this and any ideas on how to actually implement.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T00:01:52+00:00Added an answer on June 4, 2026 at 12:01 am

    When the user fills out the contact information form and clicks submit, you could store that information in Session variables (here, “phoneNum” and “email” would be your contact info TextBoxs):

    Session("name") = phoneNum.Text
    Session("email") = email.Text
    

    This way, you can easily access those values from the page code where your CreateUserWizard exists.

    It sounds like you would most likely want to handle the Creating User event in order to place those values in the appropriate controls on your CreateUserWizard before the CreateUser method is called on the Membership Provider. Something like this:

    Protected Sub RegisterUser_CreatingUser(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.LoginCancelEventArgs) Handles RegisterUser.CreatingUser
        RegisterUser.Email = Session("email").ToString()
        RegisterUser.UserName = Session("name").ToString()
    End Sub
    

    (“RegisterUser” being the name of your CreateUserWizard control)

    Let me know if you have any questions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an application for iOS which will have the user fill out
I have a form MyForm which I update using ajax as the user fills
I have several files out on a server which my user downloads into their
I have a PHP application form for medical health plans where the user fills
I have a web application in which a user has to upload images to
i have created an application which show data from user current location. I want
I have an application in which I want to authenticate a user from a
I have an application in which I have to show the alerts for user
I have a client application which runs as a Java applet from a user's
I have been working on an application which allows the user to make a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.