You are going to need to use a few controls to build up the form you need. If
you are talking about displaying an invoice from data in a database then you
could use SQL Reporting built into Winforms 2.
You would need to decide an appropriate layout based on your requirements.
there is no way to help you based on your question

Signature
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
On Jun 27, 12:36 pm, Ciaran O''Donnell
<CiaranODonn...@discussions.microsoft.com> wrote:
> You are going to need to use a few controls to build up the form you need. If
> you are talking about displaying an invoice from data in a database then you
[quoted text clipped - 16 lines]
>
> - Show quoted text -
I want to enter information like .. Itemcode,itemname,qty,Total in
datagridview. in this itemcode should be able to select from the
list( i means item list) and them save to database
Ciaran O''Donnell - 27 Jun 2007 13:20 GMT
It seems like you have answered you own question. this can be done with a
data grid. You should be able to get it going with this examples:
http://www.softinsight.com/bnoyes/PermaLink.aspx?guid=d5dccf90-32a4-41e0-88a2-12
e8898e6224

Signature
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
> On Jun 27, 12:36 pm, Ciaran O''Donnell
> <CiaranODonn...@discussions.microsoft.com> wrote:
[quoted text clipped - 22 lines]
> datagridview. in this itemcode should be able to select from the
> list( i means item list) and them save to database