Hello all,
I am making one application where the user will make invoices of items in grain shop.
Which component should i use in which the user will enter details of grain ?
I tried datagridview .
I print the datagridview using DataGridViewExt ension(third party dll).
But the printing is just so simple and provides us options to addd a header footer only.
My question is which control should i use where the user will enter values.
Secondly the printing should be easy.
I know i am not clear in my question but an sort of help will be useful.
Thanks
I am making one application where the user will make invoices of items in grain shop.
Which component should i use in which the user will enter details of grain ?
I tried datagridview .
I print the datagridview using DataGridViewExt ension(third party dll).
But the printing is just so simple and provides us options to addd a header footer only.
My question is which control should i use where the user will enter values.
Secondly the printing should be easy.
I know i am not clear in my question but an sort of help will be useful.
Thanks
Comment