copy controls

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

    copy controls

    Hello All,

    I am new to ASP.net . I have a question. I have created a sql database
    which have tables users and Machines with one to many relationship. I
    have created webform for users and machines.

    Since one user can have more than one machine I want users to click on
    the "Add More" button and all the controls on the machine page sholud
    be doubled. Machine from have machinename, clockspeed.... all this
    controls should be inserted ant the end of the last control.

    Is this possible?

    Thanks for your help

  • OHM

    #2
    Re: copy controls

    I'm with you on the first paragraph, but a little hazy on the second. Can
    you try and more really precise in your wording so its absolutely clear what
    you are doing ?
    Since one user can have more than one machine I want users to click on
    the "Add More" button and all the controls on the machine page sholud
    be doubled. Machine from have machinename, clockspeed.... all this
    controls should be inserted ant the end of the last control.
    --
    OHM



    "hshah" <himanshu.shah@ nrtinc.comwrote in message
    news:1165511882 .437935.210520@ 16g2000cwy.goog legroups.com...
    Hello All,
    >
    I am new to ASP.net . I have a question. I have created a sql database
    which have tables users and Machines with one to many relationship. I
    have created webform for users and machines.
    >
    Since one user can have more than one machine I want users to click on
    the "Add More" button and all the controls on the machine page sholud
    be doubled. Machine from have machinename, clockspeed.... all this
    controls should be inserted ant the end of the last control.
    >
    Is this possible?
    >
    Thanks for your help
    >

    Comment

    Working...