tags:

views:

93

answers:

4

I've never used databases before in my work. I know some basic SQL syntax. Just looking for a decent tutorial that will show me how to set up a database and use it to serve information on an ASP.NET page.

A: 

You might benefit from some of the video tutorials from:

http://www.learnvisualstudio.net

BobbyShaftoe
+1  A: 

How do I Create Data-Driven Web Sites? and other tutorials from asp.net.

eed3si9n
+1  A: 

Here is a tutorial on several subjects of data access in ASP.NET:

http://www.asp.net/Learn/data-access/

HardCode
A: 

I found the 4guysfromrolla tutorials pretty useful when I was in the same situation although they might be a bit outdated now.

Maybe try check out this one in particular

Luke Lowrey