Link to home
Start Free TrialLog in
Avatar of adamtrask
adamtrask

asked on

Avoiding displaying ID a dataGridView

Hello experts,

I am using an unbound dataGridView to display data from an sql database table.
In other words I use code to retrieve the data from the table.

In order to write code that deletes records in the table I need the ID of each record which I don't want to display in the dataGridView.

Is there a way to do that....?

Thank
ASKER CERTIFIED SOLUTION
Avatar of santhimurthyd
santhimurthyd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adamtrask
adamtrask

ASKER

Sounds very easy.... why didn't I think of that.... Thank you
Very good