what control to use?

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

    #1

    what control to use?

    hi,

    i wanted advise on the best control to use.

    What i want to do is have the user enter various inputs
    into textboxes, datagrids, checkboxes etc and then have
    them all summarised in a suitable Control.
    e.g the user enters a particular caravan and then selects
    the various equipment they would like to have in it
    (optional).
    Once they click the 'add' button, all the data should be
    displayed in Control X.
    The user can then select another caravan and additional
    equipment if required.
    once the user has finished they click a submit button and
    all the data from Control X should be inserted into all
    the various database tables.

    This is what the summary should roughly look like..

    Caravan_Model Arrival_Date Leave_Date Equip_nm Qty
    Delux 1/1/2004 15/1/2004 TV 1
    Video 1
    Fuel 2
    Hairdryer 3
    Standard 4/2/2004 3/3/2004
    Economy 5/1/2004 16/1/2004 TV 2
    Iron 1


    Can anyone recommend an appropriate control to achieve
    this? does anyone know of any examples of where something
    similar is done to this?
    Im new to vb.net aso i am not too familar with what is
    available.

    Thx in advance.
Working...