views:

50

answers:

2

I finally got SQL Server Management Studio to work. I attached the Adventure Works sample database to it.

Now I would like to display data from that database in ASP.NET. I would like to run SQL statements from ASP.NET.

How do I do this?

+1  A: 

Might want to check out this link. http://msdn.microsoft.com/en-us/library/6759sth4.aspx

Eric
can you write some code please
I__
can you provide any specific scenarios that you're having trouble with? Are you using DataSets, plain old SqlCommand/SqlConnection, Linq to Sql?
Eric
+1  A: 

From the horses mouth

TFD