Here Mudassar Ahmed Khan has explained with an example, how to filter DataSet based on Column value using C# and VB.Net.
Actually it’s the DataTable inside the DataSet which will be filtered based on Column value using the DataTable.DefaultView.RowFilter property in C# and VB.Net.
↧