Re: Deleting rows from an unbound gridview

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Greg" <spammesilly1@xxxxxxxxxxx> wrote in message
news:1170357162.139229.298620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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
records from the gridview, without affecting the source of the data.

Do you mean you want to remove the rows client-side once the page has
actually been rendered, or do you want to prevent certain rows from being
rendered to the page as the data is being bound...?


.