Enlightened
New member
Hi, I am very very new to ASP/Linq. I can use SQL statements and tables fine in ASP, but I am watching tutorial and people are able to link their LINQ so easily throught the wizard in Visual Studio, but for some reason I can't do it because I don't have any DataContext objects. The only reason I want to use LINQ is so I don't have to program edit, delete, update buttons for GridView since Visual Studio will generate it for LINQ. When I connected my SQL Server to Visual Studio, it generate a lot of C# classes for my tables. What were those generated for? I am sure there's probably a reason behind those. How do I use those?