good and cheap DBGrid for C#

J

Jassim Rahma

hi,

can anyone recommend and good and cheap DBGrid for C# application. The
most important for me is to assign an ID (e.g. Primary Key) for each row
instead for adding it as a column but hide it which i feel it's stupid
way...


Many Thanks,
Jassim Rahma
 
G

Guest

Jassim,
Seems to me you could do this with the .NET DataGrid by using
MappingType=Hidden on the ID column, unless I am missing the bigger picture
of what you need to do.
Peter
 
K

Kevin Spencer

System.Windows.Forms.DataGridView Control (.Net 2.0 platform).

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
To a tea you esteem
a hurting back as a wallet.
 

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