Greg,
There is just one way to do it, IMHO. Probably you have a primary key,
right? The options I can give you are:
a) create a new column on your main table - the one with the primary key -
changing it to show or hide the record
b) add the primary key value of each deleted record to a list. When reading
the values from the database, check to see if the PK is not on your internal
list.
I hope it helps.

Signature
Regards,
Robson Siqueira
Enterprise Architect
>I have a gridview on my form which I have populated using a
> datareader. What I would like to do is to be able to remove specified
[quoted text clipped - 9 lines]
>
> Greg.
By the way, next time instead of post the same subject on different
newsgroups, try to copy them, if necessary.

Signature
Regards,
Robson Siqueira
Enterprise Architect
>I have a gridview on my form which I have populated using a
> datareader. What I would like to do is to be able to remove specified
[quoted text clipped - 9 lines]
>
> Greg.
RobinS - 01 Feb 2007 22:47 GMT
Or better yet, cross-post them, i.e. post it in all the newsgroups at one
time. That way if someone in one group has an answer, the people in the
other groups can see it.
Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------------
> By the way, next time instead of post the same subject on different
> newsgroups, try to copy them, if necessary.
[quoted text clipped - 12 lines]
>>
>> Greg.