Display Related Item or Add Item

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ssoss

    Display Related Item or Add Item

    Hi,

    Trying to create a registration form for members of organizations.

    I have three tables,
    Users
    user_id, user_name, user_mail, etc.
    Orgs
    org_id, org_name, org_description , etc.
    Locs
    loc_id, loc_address, loc_town, loc_st, loc_zip, etc.

    GOAL:
    I want users to...

    Register / Edit user data on the form.

    Then...

    Choose from an existing Org.
    OR
    Register an Org.

    Then...

    Choose a Location (address, state, etc) associated with the org specified.
    or
    Register an Org. location to be associated with the Org chosen.

    GOAL:
    And I would like to do this on 1 form, as opposed to creating a pop-up
    window for new Org or Loc registrations.
    I could not get more then one datagrids to work on one page, no matter what
    I did.

    Perhaps TABS would work? I have no experience with them but I'm open to this
    option also.

    I have already succeeded in getting forms authentication to work, and bind a
    single table to user data.
    I've implemented checkboxes, textboxes, dropdownlists, etc. and I was able
    to edit, update, and add new record.

    Please help! I am working hard but falling very far behind on this project !


    Thanks!


    Drew
    NY


  • Herfried K. Wagner [MVP]

    #2
    Re: Display Related Item or Add Item

    Hello,

    "ssoss" <public@ssoss.c om> schrieb:[color=blue]
    > Please help![/color]

    Please do not X-post to groups that are not related to the topic, for
    example

    microsoft.publi c.dotnet.script ing
    microsoft.publi c.dotnet.academ ic

    What's your exact problem? Do you use Windows Forms or Web Forms?

    --
    Herfried K. Wagner
    MVP · VB Classic, VB.NET
    Die Website von H. Wagner zu .NET, Visual Basic .NET, Classic Visual Basic, Webentwicklung und mehr.



    Comment

    • ssoss

      #3
      Re: Display Related Item or Add Item

      And then you cross-posted your reply to all the same groups you were telling
      me not to post to.

      So what is it about my post that is not academic or related to dotnet
      scripting?

      I'm referring to web forms.

      My exact problem is detailed in my post.

      Thanks.

      "Herfried K. Wagner [MVP]" <hirf.nosp@m.ac tivevb.de> wrote in message
      news:u7KJ$sWfDH A.3228@tk2msftn gp13.phx.gbl...[color=blue]
      > Hello,
      >
      > "ssoss" <public@ssoss.c om> schrieb:[color=green]
      > > Please help![/color]
      >
      > Please do not X-post to groups that are not related to the topic, for
      > example
      >
      > microsoft.publi c.dotnet.script ing
      > microsoft.publi c.dotnet.academ ic
      >
      > What's your exact problem? Do you use Windows Forms or Web Forms?
      >
      > --
      > Herfried K. Wagner
      > MVP · VB Classic, VB.NET
      > http://www.mvps.org/dotnet
      >
      >[/color]


      Comment

      Working...