I've just bought Visual Studio 2005. I hope my questions will be smarter soon. The last time I wrote code was C++ 5.0. So, I'm sorry for my question.

I'm watching tutorials about creating Web Site and about controls.
I think I added SQL Database to the project (it's not empty) properly. Suppose it has two columns: FirstName, LastName.
I have TextBox1, TextBox2 and Button1 on the web site form.
I enter any integer number (5, 10, 15 or whatever) into TextBox1. I want to press Button1 and get a value of 5th person (10th, 15th or whatever) from SQL Database into TextBox2.
Who can help me with that? Should I read about ADO.NET and use something from there?

Later I want to use VB for work with that strings.


Thank you.