View Single Post
  #1  
Old 07-06-2010, 11:05 AM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Need help filtering DataGridView

Im creating a filter/search for a datagridview in VB. I have a two comboboxes and one textbox. combobox1 selects a field, combobox 2 selects criteria, textbox is for values. After I select my field and criteria and enter in my value, I hit a Go button and run the following code:
__________________
VB.NET
domain name forum
Reply With Quote