I'm writing some code in Vb.net I'm using aspx and I have a button the webpage called next and back, How Do I search through the database, I haven't found any code googling and have no clue how to search through records, here is the piece of code where I read through the data. I need help with these buttons Any code appreciated, THank You
This is my search button to search for one field but how Do I move through the data either forward or back?
Dim strSQL As String
strSQL = "Select * From pairs" & _
"WHERE([orderkey] = & String.Parse(txtorderkey.Text)"
This is my search button to search for one field but how Do I move through the data either forward or back?
Dim strSQL As String
strSQL = "Select * From pairs" & _
"WHERE([orderkey] = & String.Parse(txtorderkey.Text)"