Whats the best control to use?

  • Thread starter Thread starter Eva
  • Start date Start date
E

Eva

Hi all,

I just wanted some advise on what control is best to use
in my situaton. What i am trying to achieve is to allow
the user to enter 1 or more room names into a control of
some sort so that they can be stored in a Database. The
control should have the ability to adjust its size
according to the number of room names entered. The room
names in the control should also be easily read into the
database. The entered data should have some structure if
poss.

Any advise would be great.
:o)
thx
 
Your best bet is to write your own, However if that is
not an option you can play with the DataGrid control and
a single or multiple text boxes. Let me know if you need
more guidance, I have done something similar!

- Rob
 
Back
Top