Hi. I try to use Rowfilter.
This works fine:
But this is NOT working:
Is there a way do use a Variable or Textbox input with RowFilter??
This works fine:
VB.NET:
RepairTable.DefaultView.Rowfilter = ("MobileNumber = 20304050")
VB.NET:
RepairTable.DefaultView.Rowfilter = ("MobileNumber = Textbox2.Text")
Is there a way do use a Variable or Textbox input with RowFilter??