how to make a container.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jay123
    New Member
    • Sep 2008
    • 121

    how to make a container.

    hello,
    i have three textboxes(in a single row) in a division, and a button ouside division in a same row. now what i want is whenever i click on a button. a new row is created with same 3 textboxes below that earlier division.. hope i m clear with my prob
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Ok, so add them with code?
    Create a new row, add the texboxes and button to the row and then add the row to the table or whatever you use to maintain rows.

    Comment

    • DonBytes
      New Member
      • Aug 2008
      • 25

      #3
      You could also make a custom control with three boxes that you then add through code which is probably easier to position and work with.

      Comment

      • jay123
        New Member
        • Sep 2008
        • 121

        #4
        Originally posted by DonBytes
        You could also make a custom control with three boxes that you then add through code which is probably easier to position and work with.
        thanks donbytes,
        this is what i want to do but i dont know how to make custom control..

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Originally posted by jay123
          thanks donbytes,
          this is what i want to do but i dont know how to make custom control..
          I think it's a project type, there should be plenty of tutorials online to get you started with it.

          Comment

          Working...