hey
in vb6 when i search about any name the code was :
dim x as string
x= inputbox ("Please Enter the name :")
rs.findfirst "name = ' " & x & " ' "

OK

but in vb.net i can't do this search.
please can one write the code for searching about any name
thank you.

Member Avatar for iamthwee

String.contains

perhaps. Look up the methods for the string class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.