Search command in vb.net

  • Thread starter Thread starter Yemi Alade via .NET 247
  • Start date Start date
Y

Yemi Alade via .NET 247

(Type your message here)
How do you write the code in vb.net to perform a search in a database?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSearch.Click

End Sub
End Class
 
* Yemi Alade via .NET 247 said:
How do you write the code in vb.net to perform a search in a database?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSearch.Click

End Sub
End Class

Please be more specific. The code strongly depends on the type of
database, the tables defined in the database, search criteria, ...

BTW: There is a separate group for .NET + database questions available:

<URL:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top