Hi Everyone,
I have a DataGridView containing a number of elements, each with a
specific TypeID. I then have a CheckBoxList containing the various
Element Types. What I want to do is as someone checks or unchecks
items in the CheckBoxList, I want to filter the DataGridView
accordingly by TypeID.
Can someone post a snippet of code or site with examples of this? I'm
not having any luck making this work. Also I'm using VB.Net on Visual
Studio 2005 and Winforms.
Thanks --
Alex