How do Filter works in VB.NET?
Using VB6, this code works;
Adodc1.Recordset.Filter="EmployeeID='"& txtNo.Text & "'"
Using VB.NET, this code doesn't work;
Dataset11.Employee.Rows.Filter="EmployeeID='"& txtNo.Text & "'"
Kindly help me..
|
Results 1 to 2 of 2
Thread: Filter in VB.NET
|
Click Here to Expand Forum to Full Width |