My prob is that i am currently working on asp.net using
vb.net and making search engine ,the prob is that first time paging works correctly and when i click on next button link or on second page ,the records does not match in wuery string maens
"select * from websearch where leywords like % '" & request.form("keywords") & "'%" .first time the records match and it works correctly but on clicking on next records this query dose not work and it selects all the records from databse
plz help me out if any one have the solution of this problem
thanks
maria