Search

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

Matching Posts

  • Re: add fields to CreateUserWizard

    Hi, Thank you very much. Now I do not get any error message when the first line is executed. However the data is not inserted in the table: tbh_address. I get following message after I have filled out the form and clicked on the Create user button: System.InvalidOperationException was unhandled by user code Message="Could not find control 'Street' in ControlParameter 'Street'." (see more detailed description in my former message (see B)) I hope you can help me with this. Thanks
    Posted to Security (Forum) by ornorn2 on 7/18/2006
  • Re: add fields to CreateUserWizard

    Hello, Thank you for the answer. I put the code in code behind : protected void CreateUserWizard1_CreatedUser( object sender, EventArgs e) { InsertExtraInfo.InsertParameters.Add("UserId", Membership.GetUser(CreateUserWizard1.UserName).ProviderUserKey); InsertExtraInfo.Insert(); } I got following error alert: A) Error 1 InsertExtraInfo The best overloaded method match for 'System.Web.UI.WebControls.ParameterCollection.Add(string, string)' has some invalid arguments Error 2 Membership Argument '2'
    Posted to Security (Forum) by ornorn2 on 7/18/2006
  • add fields to CreateUserWizard

    Hello, I am trying to customize CreateUserWizard and add fields where I collect address and send it to a table I created along with UserID. I would like the user to fill in all the information on one page, i.e. not any WizardStep. 1) I created two new fields in the template, Street and City. < tr > < td > Street: </ td > < td > < asp : TextBox runat ="server" ID ="Street" MaxLength ="50" /> < asp : RequiredFieldValidator runat ="server" ID ="RequiredFieldValidator1
    Posted to Security (Forum) by ornorn2 on 7/15/2006
  • Re: dropdownlist + columns

    Hello, Thank you for your answers. Unfortunately I do not get this to work. This is my first project and I would be very greatful if someone could help me. My document is written in C#. On the stage I have got a dropdownlist, SQL datasource and a Gridview. The name of my table is “kTable”. It has got 12 columns. I would like to have 4 columns from the table appear in the dropdownlist. They are called: “K1”, “K2”, “K3”, “K4”. They are all boolean. If for example K2 is selected from the dropdownlist
    Posted to Web Forms (Forum) by ornorn2 on 4/16/2006
  • Re: dropdownlist + columns

    Hi, Thank you for your answer. I just recently started working with Visual Web Developer and unfortunately I do not understand all the abreviations in your mail. I dragged a dropdownlist Item on the stage and choose EditItems. I populated the list with "K1", "K2", "K3", "K4", but I'm not sure what to do next. I hope you can help me with this. Thanks.
    Posted to Web Forms (Forum) by ornorn2 on 4/11/2006
  • dropdownlist + columns

    I would like to bind a dropdownlist to a datasource. The items in the dropdownlist should be the names of the columns. Example: In a table I have the columns: “K1”, “K2”, “K3”, “K4”. All the columns are boolean. I would like to populate the dropdownlist with the columns in the table. So that if I for example select “K2” from the dropdownlist, I get all the rows in the table that have “K2” set to true. I hope someone can help me with this. Thanks.
    Posted to Web Forms (Forum) by ornorn2 on 4/11/2006
  • Re: Use checkbox to filter a table

    Thank you very much. This works very well I have two more related questions. Would it be possible to use a hyperlink to achieve the same, so that if one clicks a hyperlink all K1 (see above) that is set to true in the table is displayed? Also if one has in the table the columns, K1, K2, K3, K4 and K5 all boolean. Would it be possible to use a dropdownlist, i.e. if K3 is clicked in the dropdownlist all K3 that are set to true in the table would be displayed? Thanks
  • Use checkbox to filter a table

    Hello, I am trying to use a checkbox to filter a table. I have on a Web Form : 1) Checkbox. Called “CB1”. 2) Button. Called “Submit”. 3) SQL dataset and Gridview. Table column (bit), i.e. true/false. Called “K1”. When I press the button “Submit” and if the checkbox “CB1” is checked I would want to display all rows that have column “K1” set to true. I went through “Walkthrough: Basic Data Access in Web Pages” in Help ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_vbalr/html/90040d67-b630-4125
  • Re: I cannot install Visual Web Developer 2005 express edition

    I managed to install VWD. I downloaded the IMG file and then it worked. Thank you very much for giving you time to help me
  • Re: I cannot install Visual Web Developer 2005 express edition

    Terminal Services was on Automatic. I tried Disabled, but still was not able to start the BITS.
Page 1 of 2 (16 items) 1 2 Next >