Help : Database configuration design advide ??

G

Guest

Dear all,

I need to build an appliction which is able to set some customer parameters
in a database.
my list of customer will be reprenented in a tree node form, then when I
click on a node, I need to display information of this selected customer as
well as beeing able to modifiy some entries.

My question is related to the proper way to show those parameters for the
selected customer. I was wonderring what is the most professional way I would
say.

Could it be all shown on a kind of forms with text and list control ? for me
sounds old fashion

or could it be better as microsoft console configuration style ?

Thnaks for your opinion

regards
serge
 
C

Cor Ligthert

Serge,

In dotNet is the treeview control not a databounded control, which makes it
more difficult to handle data with that.

Have a look for your question on the controls that are primaly made to
handle data, which are:
datagrid, combobox, listbox complete or as items
and have a look at the controls who are made to handle data as items and can
be bounded by instance
label, textbox, datetimepicker

I hope this helps

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top