Hi.....
I have a search pop up form in VB.NET. Suppose it has a text box for searching and a datagridview. The field name to be searched is employee name.
I want the output needed as described below.
On typing employee name as 'a*' i want all employees starting with a or contains a.
On typing employee name as 'a*a' and error is coming . i want to know how to escape wild characters like '*', '[', '%' , ''"
suppose i want to search 'sunil's*' how it is possible.
Thanks and Regards
Sankar