How to List Some Table Records in Windows Application? - C#.NET
Posted
by user327387
on Stack Overflow
See other posts from Stack Overflow
or by user327387
Published on 2010-04-30T23:18:59Z
Indexed on
2010/04/30
23:27 UTC
Read the original article
Hit count: 240
Which control should i use?
I don't want the records to be displayed on the Windows Application list in the same way records displayed in database as this:
I want the records to be displayed statically and a user when right click a record, he/she gets Edit and Remove choices. Of course there has to be static headers at the top.
I hope my request is clear.
I'm using C#.NET - VS 2008
© Stack Overflow or respective owner