My name is mohamed hosni
Your code is good and there is no error, but I need you to make a couple of changes Firstly: add the table name to the data set bs.DataSource = ds.Tables ["DimCustomer"] Secondly: I think the filter string should appear before assigning a binding source to datagridview
bs.Filter = "FirstName = 'Jon'" dgv1.DataSource = bs
Also I think that you do not need the line dgv1.DataMember = "Client"
Try this, and if that doesn't work, I will give you the full code, but C # I will do it many times.
find me at www.hcsmedia.org or www.hosysys.com
source share