kenronmax 0 Newbie Poster

Hi everyone out there, I am a novice in Asp.net therefore need all your helps.
I have to create a multiple search engine similar the Google advanced book search and Amazon book search. It will be multiplied text fields, drop down list and so on.

I have the problems connect them to the database i had created. It means when i enter text in the text field and click search, there will retrieve data from my database. Some told me just double clicks at the text field and put the queries in. Is that simple?

I am using Visual Studio 2008 and code in VB.

e.g
SELECT * FROM [google] WHERE ([Author] LIKE '%' + @Author + '%')
just insert this or need to put Dim somethings?
I used to drag and drop, so I am kinda code beginner.

Thank you

Best Regards,
max